Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official python-saml 2.1.3 release, remove now-unsupported setting #657

Merged
merged 1 commit into from
Jul 9, 2015

Conversation

bradenmacdonald
Copy link
Contributor

The SAML backend can now use the latest official release of python-saml, rather than a fork, since the release now includes the required changes. Version 2.1.3 is largely the same as the commit hash previously specified, with one notable difference being that the "NameIDFormats" setting change that I had proposed was rejected in favor of a simpler fix that should meet the same goals.

So, this PR:

  • Uses the official release of python-saml instead of the fork
  • Removes the now-unsupported NameIDFormats setting, which was unlikely to be needed by most people anyways. Those who do need to override the NameIDFormat can configure it using the SOCIAL_AUTH_SAML_SP_EXTRA dict, but that is unlikely to be a common requirement.
  • Updates the documentation accordingly

omab added a commit that referenced this pull request Jul 9, 2015
Use official python-saml 2.1.3 release, remove now-unsupported setting
@omab omab merged commit b3d99be into omab:master Jul 9, 2015
@omab
Copy link
Owner

omab commented Jul 9, 2015

Great, thanks!

@bradenmacdonald bradenmacdonald deleted the python-saml-update branch July 9, 2015 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants