Skip to content

Commit c493ebc

Browse files
authored
chore: release 2.3.0 (#14)
1 parent 1005fed commit c493ebc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.rst

+24
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,30 @@ How to Contribute
266266
Release Log
267267
===========
268268

269+
2.3.0: Multiple updates from Tesorio across the years
270+
271+
* Change acs redirect to sso login page
272+
* [MOVER-1714] fix the missing conditional of metadata_inline in the env var (#12)
273+
* [MOVER-1714] Adds support for dealing with raw metadata XML files (#11)
274+
* Merge pull request #10 from Tesorio/fix/iexact-email
275+
* Supporting for case-insensitive lookup of email for SSO login
276+
* Merge pull request #9 from Tesorio/more-logging
277+
* Added more logging with the warning
278+
* Merge pull request #8 from Tesorio/logging
279+
* Added some logging to SAML login
280+
* Add documentation about inline metadata (#7)
281+
* Merge pull request #6 from Tesorio/feature/allow_inline_metadata
282+
* Allow configuration to use Inline metadata.
283+
* Rebase django-saml2-auth to 2.2.1 (#4)
284+
* Merge pull request #3 from Tesorio/fix-acs-redirect
285+
* If cannot get saml_metadata_conf_url from session, redirect to login
286+
* Merge pull request #2 from Tesorio/multi_saml
287+
* Grab metadata URL from the session
288+
* Merge pull request #1 from Tesorio/fork_changes
289+
* Email is the canonical identifier provided by Okta. Don't create a new user if one doesn't already exist
290+
291+
--- End of the Tesorio release logs
292+
269293
2.2.0: ADFS SAML compatibility and fixed some issue for Django2.0
270294

271295
2.1.2: Merged #35

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name='django_saml2_auth',
1818

19-
version='2.2.0',
19+
version='2.3.0',
2020

2121
description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta',
2222
long_description=long_description,

0 commit comments

Comments
 (0)