Bug #8258
New backend DummyBackend lacks a get_saml2_authn_context() method
Start date:
14 September 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
It does not work with the SAML 2.0 IdP backend.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|a41c8633c865130c1f1387fad815a9f90a7d5f8d.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
add get_saml2_authn_context method to model backends (fixes #8258)
Special case in saml2_endpoints.py was removed, as all backends now have
a get_saml2_authn_context() method.