Skip to content

Commit

Permalink
add default response alg for user info
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Jun 14, 2024
1 parent a9a6c1b commit e2b704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ MCP_PROVIDER: https://app-sandbox.moncomptepro.beta.gouv.fr/
MCP_SCOPES: "openid email profile organization"
LOGIN_HINT: ""
MCP_ID_TOKEN_SIGNED_RESPONSE_ALG: RS256
MCP_USERINFO_SIGNED_RESPONSE_ALG: ""
MCP_USERINFO_SIGNED_RESPONSE_ALG: RS256
ACR_VALUES: ""
SESSION_SECRET: CeciEstUnFauxSecret

0 comments on commit e2b704f

Please sign in to comment.