Change identifier and secret name for FranceConnect::Entreprise connection
This commit is contained in:
parent
c20f9a87e9
commit
12943241f4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class FranceConnectEntrepriseClient < OpenIDConnect::Client
|
|||
|
||||
def initialize params={}
|
||||
super(
|
||||
identifier: FRANCE_CONNECT.identifier,
|
||||
secret: FRANCE_CONNECT.secret,
|
||||
identifier: FRANCE_CONNECT.entreprise_identifier,
|
||||
secret: FRANCE_CONNECT.entreprise_secret,
|
||||
|
||||
redirect_uri: FRANCE_CONNECT.entreprise_redirect_uri,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue