open-mcp-auth-proxy-upstream/config.yaml
Thilina Shashimal Senarath 06f0aeb461 add --asgardeo
2025-04-02 22:37:01 +05:30

23 lines
436 B
YAML

# config.yaml
auth_server_base_url: ""
mcp_server_base_url: "http://localhost:8000"
listen_address: ":8080"
jwks_url: ""
timeout_seconds: 10
mcp_paths:
- /messages/
- /sse
path_mapping:
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>"