Skip to content

Commit

Permalink
v1.1.2 - fix: idp hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Apr 11, 2021
1 parent aa3a6ab commit 0b3dc4a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changes
=======

v.1.1.2 (2021-04-11)
--------------------

- fix: idp hinting invalid import


v.1.1.1 (2021-04-05)
--------------------

- Read the docs
- Information exposure mitigation on SSO login view


v.1.1.0 (2021-04-01)
--------------------

- feature: Idp Hinting
- params: SAML_DEFAULT_BINDING for SSO
- code cleanup in SSO


v.1.0.5 (2021-03-05)
--------------------
- code linting, cleanup. Not enough but better than before
Expand Down
2 changes: 1 addition & 1 deletion djangosaml2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.http import HttpResponseRedirect
from django.http import HttpResponse, HttpResponseRedirect
from django.utils.http import is_safe_url
from saml2.config import SPConfig
from saml2.s_utils import UnknownSystemEntity
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):

setup(
name='djangosaml2',
version='1.1.1',
version='1.1.2',
description='pysaml2 integration for Django',
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0b3dc4a

Please sign in to comment.