Skip to content

Commit 5a7a696

Browse files
further edit
1 parent 14875b9 commit 5a7a696

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • packages/@okta/vuepress-site/docs/guides/start-mcp-server/main

packages/@okta/vuepress-site/docs/guides/start-mcp-server/main/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ Choose the authentication method that best fits your environment.
8181
},
8282
{
8383
"type": "promptString",
84-
"description": "Okta Scopes (separated by whitespace)",
84+
"description": "Okta scopes (separated by whitespace)",
8585
"id": "OKTA_SCOPES"
8686
},
8787
{
8888
"type": "promptString",
89-
"description": "Okta Private Key (for browserless auth)",
89+
"description": "Okta private key (for browserless authentication)",
9090
"id": "OKTA_PRIVATE_KEY",
9191
"password": true
9292
},
9393
{
9494
"type": "promptString",
95-
"description": "Okta Key ID (for browserless auth)",
95+
"description": "Okta key ID (for browserless authentication)",
9696
"id": "OKTA_KEY_ID",
9797
"password": true
9898
}
@@ -125,18 +125,18 @@ Choose the authentication method that best fits your environment.
125125
"inputs": [
126126
{
127127
"type": "promptString",
128-
"description": "Okta Organization URL (e.g., https://dev-123456.okta.com)",
128+
"description": "Okta org URL (for example, https://dev-123456.okta.com)",
129129
"id": "OKTA_ORG_URL"
130130
},
131131
{
132132
"type": "promptString",
133-
"description": "Okta Client ID",
133+
"description": "Okta client ID",
134134
"id": "OKTA_CLIENT_ID",
135135
"password": true
136136
},
137137
{
138138
"type": "promptString",
139-
"description": "Okta Scopes (separated by whitespace)",
139+
"description": "Okta scopes (separated by whitespace)",
140140
"id": "OKTA_SCOPES"
141141
}
142142
],
@@ -220,7 +220,7 @@ Ensure that you replace `/path/to/okta-mcp-server` with the absolute path to you
220220
},
221221
{
222222
"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',",
224224
"id": "OKTA_SCOPES"
225225
},
226226
{
@@ -231,7 +231,7 @@ Ensure that you replace `/path/to/okta-mcp-server` with the absolute path to you
231231
},
232232
{
233233
"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.",
235235
"id": "OKTA_KEY_ID",
236236
"password": true
237237
}
@@ -302,7 +302,7 @@ This method is ideal for containerized environments because it requires no brows
302302

303303
**Device Authorization Grant**
304304

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.
306306

307307
>**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.
308308

0 commit comments

Comments
 (0)