diff --git a/config.yaml b/config.yaml index 0b0ade4..b949380 100644 --- a/config.yaml +++ b/config.yaml @@ -9,14 +9,10 @@ mcp_paths: - /sse path_mapping: - /token: /token - /register: /register - /authorize: /authorize - /.well-known/oauth-authorization-server: /.well-known/oauth-authorization-server cors: allowed_origins: - - "" + - "http://localhost:5173" allowed_methods: - "GET" - "POST" @@ -32,40 +28,5 @@ demo: client_id: "N0U9e_NNGr9mP_0fPnPfPI0a6twa" client_secret: "qFHfiBp5gNGAO9zV4YPnDofBzzfInatfUbHyPZvM0jka" -asgardeo: - org_name: "" - client_id: "" - client_secret: "" -default: - base_url: "" - jwks_url: "" - path: - /.well-known/oauth-authorization-server: - response: - issuer: "" - jwks_uri: "" - authorization_endpoint: "" # Optional - token_endpoint: "" # Optional - registration_endpoint: "" # Optional - response_types_supported: - - "code" - grant_types_supported: - - "authorization_code" - - "refresh_token" - code_challenge_methods_supported: - - "S256" - - "plain" - /authroize: - addQueryParams: - - name: "" - value: "" - /token: - addBodyParams: - - name: "" - value: "" - /register: - addBodyParams: - - name: "" - value: ""