From ed525dc7b5db69f658b572e635380b0d98df8e8e Mon Sep 17 00:00:00 2001 From: NipuniBhagya Date: Wed, 14 May 2025 22:36:46 +0530 Subject: [PATCH] Update config.yaml file --- config.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 7d7520d..294b9e8 100644 --- a/config.yaml +++ b/config.yaml @@ -48,12 +48,14 @@ demo: # Protected resource metadata resource_identifier: http://localhost:3000 +audience: mcp_proxy scopes_supported: - - get-alerts - - get-forecast + "read:tools" + "read:resources" + "read:prompts" authorization_servers: - - https://idp.example.com -jwks_uri: https://idp.example.com/.well-known/jwks.json + - https://api.asgardeo.io/t/acme/ +jwks_uri: https://api.asgardeo.io/t/acme/oauth2/jwks bearer_methods_supported: - header - body