Skip to content

Commit 2f595ad

Browse files
committed
Clarification
1 parent 6af2c3e commit 2f595ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tutorials/security/authorization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In case a MCP client connects to a MCP server that doesn't use an authorization
104104
</Step>
105105

106106
<Step title="User Authorization">
107-
The client will now need to open a browser to the `/authorize` endpoint, where the user can log in and grant the required permissions. The authorization server will redirect back to the client with an authorization code that the client exchanges for tokens:
107+
The client will now need to open a browser to the `/authorize` endpoint, where the user can log in and grant the required permissions. The authorization server will then redirect back to the client with an authorization code that the client exchanges for tokens:
108108

109109
```json
110110
{
@@ -115,7 +115,7 @@ The client will now need to open a browser to the `/authorize` endpoint, where t
115115
}
116116
```
117117

118-
The access token is what the client will use to authenticate requests to the MCP server.
118+
The access token is what the client will use to authenticate requests to the MCP server. This step follows standard [OAuth 2.1 authorization code with PKCE](https://oauth.net/2/grant-types/authorization-code/) conventions.
119119

120120
</Step>
121121

0 commit comments

Comments
 (0)