From 4dca811ee9416239fcd49cc4914677c28e64767f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Dubigny?= Date: Sun, 16 Jun 2024 18:34:37 +0200 Subject: [PATCH] Revert "add default response alg for user info" this commit breaks MCP e2e tests This reverts commit e2b704f23036a7b4edba4ef405debad60f5d712c. --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index fe12043..3c9007f 100644 --- a/.env +++ b/.env @@ -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: RS256 +MCP_USERINFO_SIGNED_RESPONSE_ALG: "" ACR_VALUES: "" SESSION_SECRET: CeciEstUnFauxSecret