mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-08-18 12:19:56 +00:00
Refactor scope validation
This commit is contained in:
parent
5601c7836c
commit
21805b4f0b
7 changed files with 120 additions and 107 deletions
|
@ -51,9 +51,9 @@ demo:
|
|||
resource_identifier: http://localhost:3000
|
||||
audience: mcp_proxy
|
||||
scopes_supported:
|
||||
"read:tools"
|
||||
"read:resources"
|
||||
"read:prompts"
|
||||
- "tools":"read:tools"
|
||||
- "resources":"read:resources"
|
||||
- "prompts":"read:prompts"
|
||||
authorization_servers:
|
||||
- https://api.asgardeo.io/t/acme/
|
||||
jwks_uri: https://api.asgardeo.io/t/acme/oauth2/jwks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue