File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,19 +135,19 @@ On the configuration form, enter:
135
135
- The ** client ID** for your application registered with the OAuth provider.
136
136
[ Required]
137
137
- The ** client secret** key that proves your application's identity.
138
- [ Required ]
139
- - The ** scopes** list of permissions your app is requesting
138
+ [ Optional ]
139
+ - The ** scopes** list of permissions your app is requesting. [ Optional ]
140
140
141
141
Selecting ** OIDC** authentication method:
142
142
- The base ** issuer URL** of the OIDC provider. [ Required]
143
143
- The ** client ID** for your application registered with the OIDC provider.
144
144
[ Required]
145
145
- The ** client secret** key that proves your application's identity.
146
- [ Required ]
146
+ [ Optional ]
147
147
- The ** PKCE** Proof Key for Code Exchange (RFC 7636), automatically enables
148
- PKCE flow without client_secret
148
+ PKCE flow without client_secret. [ Optional ]
149
149
150
- 5 . The ** callback port** for the authentication redirect.
150
+ 5 . The ** callback port** for the authentication redirect. [ Required ]
151
151
152
152
Click ** Install server** to run the MCP server.
153
153
You can’t perform that action at this time.
0 commit comments