mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
38 lines
709 B
YAML
38 lines
709 B
YAML
# config.yaml
|
|
|
|
auth_server_base_url: ""
|
|
mcp_server_base_url: ""
|
|
listen_address: ":8080"
|
|
jwks_url: ""
|
|
timeout_seconds: 10
|
|
|
|
mcp_paths:
|
|
- /messages/
|
|
- /sse
|
|
|
|
path_mapping:
|
|
/token: /oauth/token
|
|
/.well-known/oauth-authorization-server: /.well-known/openid-configuration
|
|
|
|
cors:
|
|
allowed_origins:
|
|
- ""
|
|
allowed_methods:
|
|
- "GET"
|
|
- "POST"
|
|
- "PUT"
|
|
- "DELETE"
|
|
allowed_headers:
|
|
- "Authorization"
|
|
- "Content-Type"
|
|
allow_credentials: true
|
|
|
|
demo:
|
|
org_name: "openmcpauthdemo"
|
|
client_id: "N0U9e_NNGr9mP_0fPnPfPI0a6twa"
|
|
client_secret: "qFHfiBp5gNGAO9zV4YPnDofBzzfInatfUbHyPZvM0jka"
|
|
|
|
asgardeo:
|
|
org_name: "<org_name>"
|
|
client_id: "<client_id>"
|
|
client_secret: "<client_secret>"
|