eIDAS level added to France Connect authorization call
This commit is contained in:
parent
7462264f82
commit
806e5d5eed
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