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:
commit
b974020785
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue