mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Update config.yaml file
This commit is contained in:
parent
3bc9bd1ecb
commit
ed525dc7b5
1 changed files with 6 additions and 4 deletions
10
config.yaml
10
config.yaml
|
@ -48,12 +48,14 @@ demo:
|
||||||
|
|
||||||
# Protected resource metadata
|
# Protected resource metadata
|
||||||
resource_identifier: http://localhost:3000
|
resource_identifier: http://localhost:3000
|
||||||
|
audience: mcp_proxy
|
||||||
scopes_supported:
|
scopes_supported:
|
||||||
- get-alerts
|
"read:tools"
|
||||||
- get-forecast
|
"read:resources"
|
||||||
|
"read:prompts"
|
||||||
authorization_servers:
|
authorization_servers:
|
||||||
- https://idp.example.com
|
- https://api.asgardeo.io/t/acme/
|
||||||
jwks_uri: https://idp.example.com/.well-known/jwks.json
|
jwks_uri: https://api.asgardeo.io/t/acme/oauth2/jwks
|
||||||
bearer_methods_supported:
|
bearer_methods_supported:
|
||||||
- header
|
- header
|
||||||
- body
|
- body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue