Skip to content

Releases: IdentityPython/SATOSA

v1.0.3

22 Apr 12:28
Compare
Choose a tag to compare

Fix:

  • Broken metadata generation script (tools/make_satosa_saml_metadata.py)

v1.0.2

22 Apr 12:26
Compare
Choose a tag to compare

News:

  • Support 'publish_metadata' in SAMLFrontend, similar to SAMLBackend.

Fix:

  • Handle unknown request paths gracefully returning 404 (fixes #3 ).

v1.0.1

22 Apr 12:23
Compare
Choose a tag to compare

Fix:

  • Don't assume incoming authentication request to SAML frontend contains a NameIDPolicy.
  • Proper LICENSE and NOTICE

v1.0.0

06 Mar 16:55
Compare
Choose a tag to compare

New features:

  • OpenID Connect frontend plugin to allow SATOSA to act as an OpenID Connect Provider.

v0.7.0

15 Feb 09:35
Compare
Choose a tag to compare

New features:

  • Added microservice capable of added statically configured attributes to all responses.

Improvements:

  • Allow configuration of which "attribute profile" to use in the SAML frontend/backend. This will allow the attribute mapping to rename attributes in a SAML<->SAML proxy.

v0.6.1

14 Feb 07:37
Compare
Choose a tag to compare

Clean up dependencies and upgrade pysaml2 and pyoidc for security reasons (switching from pycrypto->pycryptodome).

v0.6.0

13 Jan 13:11
Compare
Choose a tag to compare

New features:

  • Add AuthnContextClassRef to authentication response from SAML frontend. The actual value can be configured and mapped per backing provider.

v0.5.2

07 Jan 14:27
Compare
Choose a tag to compare

Bugfix for DataConverter.to_internal_filter:

  • return list (not a set) to be able to be stored in State
  • don't include None in returned list of attribute name in case of missing attribute mapping

v0.5.1

07 Jan 12:30
Compare
Choose a tag to compare

Fixes broken setup.py.

v0.5.0

07 Jan 12:29
Compare
Choose a tag to compare

Bugfixes

  • Filter RequestedAttribute in SP metadata properly

New features

  • Allow mapping the same source attribute to multiple internal attributes (allows mapping e.g. the attribute 'email' from the authentication source to both 'mail' and 'id').

Improvements:

  • Improved tests
  • Added proper license (Apache 2.0)