Temp fix for SAML login
This commit is contained in:
parent
630bf40861
commit
1a41a0bee2
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ SAML_CONFIG = {
|
||||||
},
|
},
|
||||||
'logout_requests_signed': True,
|
'logout_requests_signed': True,
|
||||||
'required_attributes': ['uid', 'mail', 'givenName', 'sn'],
|
'required_attributes': ['uid', 'mail', 'givenName', 'sn'],
|
||||||
|
'allow_unsolicited': True, # Avoid issues with SameSite cookies for now.
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'metadata': saml2_idp_metadata,
|
'metadata': saml2_idp_metadata,
|
||||||
|
|
Loading…
Reference in a new issue