Temp fix for SAML login

This commit is contained in:
Joel Addison 2022-12-08 23:47:30 +10:00
parent 630bf40861
commit 1a41a0bee2

View file

@ -423,6 +423,7 @@ SAML_CONFIG = {
},
'logout_requests_signed': True,
'required_attributes': ['uid', 'mail', 'givenName', 'sn'],
'allow_unsolicited': True, # Avoid issues with SameSite cookies for now.
},
},
'metadata': saml2_idp_metadata,