mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-07-20 09:26:57 +00:00
Refactor scope validation
This commit is contained in:
parent
ed525dc7b5
commit
7d64cc4093
7 changed files with 115 additions and 102 deletions
|
@ -50,9 +50,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