Skip to content

Commit

Permalink
feat: udpate scopes used in AC
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed May 2, 2024
1 parent 542fa3b commit a411323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentconnect.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CALLBACK_URL: /login-callback
MCP_CLIENT_ID: client_id_localhost:3000
MCP_CLIENT_SECRET: client_secret_localhost:3000
MCP_PROVIDER: https://fca.integ01.dev-agentconnect.fr/api/v2
MCP_SCOPES: openid email given_name
MCP_SCOPES: "openid given_name usual_name email phone uid siren siret idp_id idp_acr"
LOGIN_HINT: ""
MCP_ID_TOKEN_SIGNED_RESPONSE_ALG: RS256
MCP_USERINFO_SIGNED_RESPONSE_ALG: RS256
Expand Down

0 comments on commit a411323

Please sign in to comment.