We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProviderConfig._load_federation_metadata
The ADFS Server 2012 R2 configuration looks like this:
Please note that the first certificate is active whereas the second one is expired.
The Federation metadata lists both certificates under fed:SecurityTokenServiceType.
fed:SecurityTokenServiceType
Following code loads all certificates including the expired one.
django-auth-adfs/django_auth_adfs/config.py
Lines 295 to 304 in 378f141
This causes the callback to fail with "Signature verification failed" error.
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue, would you be able to create a PR to fix this?
Sorry, something went wrong.
No branches or pull requests
The ADFS Server 2012 R2 configuration looks like this:
Please note that the first certificate is active whereas the second one is expired.
The Federation metadata lists both certificates under
fed:SecurityTokenServiceType
.Following code loads all certificates including the expired one.
django-auth-adfs/django_auth_adfs/config.py
Lines 295 to 304 in 378f141
This causes the callback to fail with "Signature verification failed" error.
Upvote & Fund
The text was updated successfully, but these errors were encountered: