You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn how to configure secure identity and access control for AI agents."
4
4
---
5
5
6
-
# Managing Agent Identity and Access Control
6
+
# Managing agent identity and access control
7
7
8
8
AI agents interact with MCP servers, APIs, and enterprise systems to perform tasks. To ensure secure and governed interactions, it is important to manage **agent identity**, **authentication**, and **authorization**.
9
9
@@ -45,7 +45,7 @@ Before you start, ensure you have an [Asgardeo account](https://wso2.com/asgarde
45
45
46
46
After successful registration, your agent will receive a unique Agent ID and an Agent Secret, which is shown only once. Make sure to store them securely, as you’ll need them later in this guide.
47
47
48
-
### Configure Resources
48
+
### Configure resources
49
49
50
50
1. In the Asgardeo console, navigate to **Resources** and select **MCP Servers** (for MCP-based integrations), or **API Resources** (for non-MCP services).
51
51
@@ -65,11 +65,11 @@ After successful registration, your agent will receive a unique Agent ID and an
65
65
66
66
6. Click **Next**, then click **Create**.
67
67
68
-
### Register an Application
68
+
### Register an application
69
69
70
-
To allow your agent to execute secure tool, client needs to be set up in Asgardeo.
70
+
To allow your agent to execute secure tools, you need to register applications in Asgardeo. The MCP toolkit requires registering an MCP client application, while Non-MCP tools require registering a standard-based application.
71
71
72
-
#### Configure MCP Tool
72
+
#### Configure MCP application
73
73
74
74
1. In the Asgardeo console, navigate to **Applications** > **New Application**.
75
75
@@ -80,7 +80,7 @@ To allow your agent to execute secure tool, client needs to be set up in Asgarde
80
80
81
81
3. Go to the **Advanced** tab and click **Enable app-native authentication API**.
82
82
83
-
#### Configure Non-MCP Tool
83
+
#### Configure Non-MCP application
84
84
85
85
To allow your agent to authenticate and execute the Non-MCP tool.
86
86
@@ -115,7 +115,7 @@ To allow your agent to authenticate and execute the Non-MCP tool.
115
115
116
116
3. Click **Finish**
117
117
118
-
### Configure Role
118
+
### Configure role
119
119
120
120
1. In the Asgardeo console, navigate to **User Management** > **Roles**.
121
121
@@ -134,14 +134,16 @@ To allow your agent to authenticate and execute the Non-MCP tool.
134
134
135
135
7. Select the created agent and assign the role.
136
136
137
-
## Step 1: Create the Integration
137
+
You can now proceed to set up your integration.
138
+
139
+
## Step 1: Create the integration
138
140
139
141
Create the integration by following the appropriate guide:
140
142
141
143
- For MCP: [Integrating Agents with MCP Servers](/integration-guides/ai/agents/integrating-agents-with-mcp-servers/)
142
144
- For non-MCP: [Introduction to Chat Agents](/integration-guides/ai/agents/introduction-to-chat-agents/)
143
145
144
-
## Step 2: Add Agent Credential
146
+
## Step 2: Add agent credential
145
147
146
148
1. After creating your project, click on **AI Service**.
147
149
@@ -161,9 +163,9 @@ Create the integration by following the appropriate guide:
0 commit comments