mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-07-20 01:20:02 +00:00
Refactor proxy builder
This commit is contained in:
parent
85e5fe1c1d
commit
331cc281c6
5 changed files with 200 additions and 35 deletions
13
config.yaml
13
config.yaml
|
@ -45,3 +45,16 @@ demo:
|
|||
org_name: "openmcpauthdemo"
|
||||
client_id: "N0U9e_NNGr9mP_0fPnPfPI0a6twa"
|
||||
client_secret: "qFHfiBp5gNGAO9zV4YPnDofBzzfInatfUbHyPZvM0jka"
|
||||
|
||||
# Protected resource metadata
|
||||
resource_identifier: http://localhost:3000
|
||||
scopes_supported:
|
||||
- get-alerts
|
||||
- get-forecast
|
||||
authorization_servers:
|
||||
- https://idp.example.com
|
||||
jwks_uri: https://idp.example.com/.well-known/jwks.json
|
||||
bearer_methods_supported:
|
||||
- header
|
||||
- body
|
||||
- query
|
Loading…
Add table
Add a link
Reference in a new issue