Releases: IdentityPython/SATOSA
Releases · IdentityPython/SATOSA
v1.0.3
Fix:
- Broken metadata generation script (
tools/make_satosa_saml_metadata.py
)
v1.0.2
News:
- Support 'publish_metadata' in SAMLFrontend, similar to SAMLBackend.
Fix:
- Handle unknown request paths gracefully returning 404 (fixes #3 ).
v1.0.1
Fix:
- Don't assume incoming authentication request to SAML frontend contains a NameIDPolicy.
- Proper LICENSE and NOTICE
v1.0.0
New features:
- OpenID Connect frontend plugin to allow SATOSA to act as an OpenID Connect Provider.
v0.7.0
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
Clean up dependencies and upgrade pysaml2 and pyoidc for security reasons (switching from pycrypto->pycryptodome).
v0.6.0
New features:
- Add
AuthnContextClassRef
to authentication response from SAML frontend. The actual value can be configured and mapped per backing provider.
v0.5.2
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.0
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)