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": "Okta org URL (for example, https://dev-123456.okta.com)",
129
129
"id": "OKTA_ORG_URL"
130
130
},
131
131
{
132
132
"type": "promptString",
133
-
"description": "Okta Client ID",
133
+
"description": "Okta client ID",
134
134
"id": "OKTA_CLIENT_ID",
135
135
"password": true
136
136
},
137
137
{
138
138
"type": "promptString",
139
-
"description": "Okta Scopes (separated by whitespace)",
139
+
"description": "Okta scopes (separated by whitespace)",
140
140
"id": "OKTA_SCOPES"
141
141
}
142
142
],
@@ -220,7 +220,7 @@ Ensure that you replace `/path/to/okta-mcp-server` with the absolute path to you
220
220
},
221
221
{
222
222
"type": "promptString",
223
-
"description": "Okta scopes (separated by whitespace, e.g., 'okta.users.read okta.groups.manage')",
223
+
"description": "Okta scopes (separated by whitespace). For example, 'okta.users.read okta.groups.manage',",
224
224
"id": "OKTA_SCOPES"
225
225
},
226
226
{
@@ -231,7 +231,7 @@ Ensure that you replace `/path/to/okta-mcp-server` with the absolute path to you
231
231
},
232
232
{
233
233
"type": "promptString",
234
-
"description": "Okta key ID (KID) for the private key. Required for 'browserless' auth.",
234
+
"description": "Okta key ID (KID) for the private key. This is required for browserless authentication.",
235
235
"id": "OKTA_KEY_ID",
236
236
"password": true
237
237
}
@@ -302,7 +302,7 @@ This method is ideal for containerized environments because it requires no brows
302
302
303
303
**Device Authorization Grant**
304
304
305
-
Use this method if you prefer browser-based authentication. When the server starts, it displays an authentication URL in the logs. Copy and paste this URL into your browser to complete the authentication.
305
+
Use this method if you prefer browser-based authentication. When the Okta MCP server starts, it displays an authentication URL in the server logs. Copy and paste this URL into your browser to complete the authentication.
306
306
307
307
>**Note:** Docker containers can’t open a browser on the host automatically. You must manually copy the URL from the Docker logs `okta-mcp-server` and paste it into your browser.
0 commit comments