Merge pull request #4881 from maatinito/issue/fc_requires_eidas

Spécification du niveau eIDAS lors des appels à France Connect
This commit is contained in:
Pierre de La Morinerie 2020-03-26 14:21:40 +01:00 committed by GitHub
commit b974020785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,8 @@ class FranceConnectService
client.authorization_uri(
scope: [:profile, :email],
state: SecureRandom.hex(16),
nonce: SecureRandom.hex(16)
nonce: SecureRandom.hex(16),
acr_values: 'eidas1'
)
end