Releases: IdentityPython/djangosaml2
Releases · IdentityPython/djangosaml2
v1.2.1
22 May 23:40
Compare
Sorry, something went wrong.
No results found
Release notes
Documentation improved
unit tests and coverage improved
better handling of unknown idps
v1.2.0
13 May 22:14
Compare
Sorry, something went wrong.
No results found
Release notes
Implement IdP Scoping parameter for SPs suggesting an entityID to a proxy @pauldekkers (#272 )
v1.1.5
29 Apr 15:01
Compare
Sorry, something went wrong.
No results found
Release notes
Cast major/minor django VERSION number into float before comparing @lgarvey (#269 )
Add note to SameSite cookie docs section recommending upgrade to Django >= 3.1 @m6312 (#267 )
v1.1.4
28 Apr 13:23
Compare
Sorry, something went wrong.
No results found
Release notes
fix: samesite cookie configuration fix for django version <3.1
v1.1.3
28 Apr 12:56
Compare
Sorry, something went wrong.
No results found
Release notes
Add assertion param to backed.authenticate and backend.is_authorized @lucyeun-alation (#128 )
feat: CI - added django 3.1 and 3.2
fix: Samesite cookie value - fixed #266
fix: Docs small changes in setup - pysaml2 example conf improved
1.1.2
11 Apr 15:04
Compare
Sorry, something went wrong.
No results found
fix: idp hinting invalid import
1.1.1
05 Apr 10:11
Compare
Sorry, something went wrong.
No results found
Read the docs
Information exposure mitigation on SSO login view
1.1.0
31 Mar 16:43
Compare
Sorry, something went wrong.
No results found
feature: Idp Hinting
params: SAML_DEFAULT_BINDING for SSO
code cleanup in SSO
1.0.7
25 Mar 07:55
Compare
Sorry, something went wrong.
No results found
typo error in Exception message
fix(discovery_service): add missing imports and replace non existing variable came_from with next_path (#258 )
1.0.6
21 Mar 01:44
Compare
Sorry, something went wrong.
No results found
Fix default relay state bug (#253 )
Add backend.user_can_authenticate() to allow for additional checks (#254 )
ACS custom_validation method for additional checks