Changeset - 1a41a0bee25c
[Not reviewed]
0 1 0
Joel Addison - 16 months ago 2022-12-08 13:47:30
joel@addison.net.au
Temp fix for SAML login
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -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,
0 comments (0 inline, 0 general)