Releases: jeremyschulman/django3-auth-saml2
Releases · jeremyschulman/django3-auth-saml2
v0.6.1
v0.6.0
Added #18 from @prauscher - thank you!
v0.5.0
- Added
SIGN_KEYS
support to configuration. Thank you @prauscher for the contribution!
v0.4.0
Include fix #15 from @squintfox
update deprecated django function call
v0.3.0
Fix from @liquidninja07 - thank you!
v0.2.0
- Added
SSO_ACS_URL
to configuration to dynamically set the URL that
will be used for SSO sign-in; previously was hardcoded to use
a reverse-loopup technique based on this package-name. Defaults
to/sso/acs
. - Added logging to
views.py
file.