Merge pull request #9835 from demarches-simplifiees/update_openid_connect

Tech: met a jour la dépendance openid_connect pour être compatible avec openssl v3
This commit is contained in:
LeSim 2023-12-12 09:02:49 +00:00 committed by GitHub
commit 2e59ef97c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 84 deletions

View file

@ -13,8 +13,8 @@ class AgentConnectService
uri = client.authorization_uri(
scope: [:openid, :email],
state: state,
nonce: nonce,
state:,
nonce:,
acr_values: 'eidas1'
)