mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Update the README file
This commit is contained in:
parent
64caaa0f7c
commit
1964829dcd
1 changed files with 3 additions and 3 deletions
|
@ -100,13 +100,13 @@ base_url: "http://localhost:8000" # URL of your MCP
|
||||||
listen_port: 8080 # Address where the proxy will listen
|
listen_port: 8080 # Address where the proxy will listen
|
||||||
|
|
||||||
resource_identifier: "http://localhost:8080" # Proxy server URL
|
resource_identifier: "http://localhost:8080" # Proxy server URL
|
||||||
scopes_supported: # Scopes required to access the MCP server
|
scopes_supported: # Scopes required to defined for the MCP server
|
||||||
- "read:tools"
|
- "read:tools"
|
||||||
- "read:resources"
|
- "read:resources"
|
||||||
audience: "<audience_value>" # Access token audience
|
audience: "<audience_value>" # Access token audience
|
||||||
authorization_servers: # Authorization server URL
|
authorization_servers: # Authorization server issuer identifier(s)
|
||||||
- "https://api.asgardeo.io/t/acme"
|
- "https://api.asgardeo.io/t/acme"
|
||||||
jwks_uri: "https://api.asgardeo.io/t/acme/oauth2/jwks" # JWKS URL of the Authorization server
|
jwks_uri: "https://api.asgardeo.io/t/acme/oauth2/jwks" # JWKS URL
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Start the proxy with Asgardeo integration:
|
4. Start the proxy with Asgardeo integration:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue