- Jul 26, 2017
-
-
ivan authored
-
- Jul 21, 2017
-
-
Johan Lundberg authored
Fix default values for acr
-
ivan authored
-
Johan Lundberg authored
Allow testers to run specific tests
-
Johan Lundberg authored
Add requested authn context for backend requests
-
Johan Lundberg authored
Refactor attribute profile initialization
-
ivan authored
-
ivan authored
Use acr_mapping from the backend config to generate a RequestedAuthnContext node in an AuthnRequest. acr_mapping configuration is extended so that each entry is a dictionary with two possible keys: - class_ref: defines the content of the AuthnContextClassRef node - comparison: defines the Comparison attribute
-
ivan authored
Until now the command 'tox' would run all of the tests. With this change one can specify a test to be run by running: tox -- path/to/test.py
-
- Jul 20, 2017
-
-
Johan Lundberg authored
Select preferred binding on the configuration
-
- Jul 19, 2017
-
-
ivan authored
pysaml2 supports the configuration option 'preferred_binding' which is a map of services to array of preferred bindings for that service. Use the configuration instead of the currently hardcoded choices. An example configuration would be the following: module: satosa.backends.saml2.SAMLBackend name: Saml2 config: sp_config: preferred_binding: single_sign_on_service: - urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect - urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST This defines the preferred bindings for the SSO service, and is equivalent the code that was hardcoded before. Changing the order of the bindings would use HTTP-POST instead of the HTTP-Redirect.
-
- Jul 17, 2017
-
-
Johan Lundberg authored
Fix codeblocks in Custom attribute release section
-
- Jul 14, 2017
-
-
ivan authored
-
Ioannis Kakavas authored
Update documentation link for eIDAS Message Format from v1.0 to v1.1-2
-
ivan authored
-
Johan Lundberg authored
-
Johan Lundberg authored
-
https://github.com/saxtouri/SATOSAJohan Lundberg authored
Merge branch 'feature-linkedin' of https://github.com/saxtouri/SATOSA into saxtouri-feature-linkedin
-
Johan Lundberg authored
-
-
Johan Lundberg authored
Support ORCID OAuth2.0 backend
-
- Jul 13, 2017
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- Jul 12, 2017
-
-
Johan Lundberg authored
-
Johan Lundberg authored
Expose metadata endpoint via configuration option
-
- Jul 11, 2017
-
-
Johan Lundberg authored
Add attribute processor microservice
-
Johan Lundberg authored
Store outstanding queries to disallow unsolicited responses
-
Johan Lundberg authored
Correctly handle error responses
-
Ioannis Kakavas authored
In case of an error, reflect the state to the client in the error response (if the client sent a state parameter in the original request)
-
ivan authored
-
ivan authored
-
ivan authored
Check for configuration option 'entityid_endpoint'. When set to true the metadata will be served at the entityid URI.
-
- Jul 07, 2017
-
-
Johan Lundberg authored
Add custom logging microservice
-
Martin van Es authored
-
Martin van Es authored
-
Martin van Es authored
-
- Jun 29, 2017
-
-
Ioannis Kakavas authored
fix for bad config check on sensitive keys
-
Leif Johansson authored
-
- Jun 13, 2017
-
-
Johan Lundberg authored
Upgrade pyop to v2.0.5 in order to fix #92
-