fix(settings): Don't require attribute statements

This commit is contained in:
Tom Hubrecht 2024-10-07 15:12:06 +02:00
parent c291112350
commit dfbff0134d
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -201,6 +201,7 @@ SOCIALACCOUNT_PROVIDERS = {
"private_key": credentials["X509_KEY"], "private_key": credentials["X509_KEY"],
"x509cert": credentials["X509_CERT"], "x509cert": credentials["X509_CERT"],
"want_assertion_encrypted": True, "want_assertion_encrypted": True,
"want_attribute_statement": False,
}, },
"organization": { "organization": {
"en": { "en": {