- Aug 16, 2017
-
-
Kristóf Bajnok authored
-
Kristóf Bajnok authored
See https://github.com/SUNET/SATOSA/pull/135
-
Kristóf Bajnok authored
See https://github.com/SUNET/SATOSA/pull/134
-
- Aug 14, 2017
-
-
Einar Lönn authored
-
- Aug 11, 2017
-
-
Ioannis Kakavas authored
If configured, map AL internal unique id as an attribute to be used by satosa, microservices and other plugins.
-
Ioannis Kakavas authored
-
Ioannis Kakavas authored
According to the documentation, the id of the user is returned as an integer (https://developer.github.com/v3/users/). We assume later on that it is a string so cast it to str here
-
- Aug 10, 2017
-
-
John Van de Meulebrouck Brendgard authored
-
- Aug 02, 2017
-
-
Johan Lundberg authored
Explicitly enable signature checking in example config as a sane default
-
Ioannis Kakavas authored
-
- Jul 31, 2017
-
-
Johan Lundberg authored
Documentation for new configuration options
-
- Jul 28, 2017
-
-
ivan authored
-
ivan authored
-
Johan Lundberg authored
Feature refactor saml modules
-
- Jul 27, 2017
- Jul 26, 2017
- 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
-