powerdns-admin/powerdnsadmin/services
Neven1986 cd3535dcd2 - Variable references inside SAML class were fixed
- Function signatures inside SAML class were fixed
    - Redirect URL for /saml/login path was modified (saml_authorized -> index.saml_authorized)

    Current status is that SAML metadata can be generated under /saml/metadata and communication to SAML iDP is working

    Problems remaining:
        - SAML Response doesn't contain any attributes (There is no AttributeStatement on the Response). It can be that problem is on iDP side
        - Background thread in retrieve_idp_data() cannot be spawned, this part is currently commented out, old code needs to be revisited
2019-12-14 18:59:59 +01:00
..
__init__.py Refactoring the code 2019-12-02 10:32:03 +07:00
azure.py Resolve the conflicts and add adjustment to #591 2019-12-06 14:27:35 +07:00
base.py Refactoring the code 2019-12-02 10:32:03 +07:00
github.py Refactoring the code 2019-12-02 10:32:03 +07:00
google.py Refactoring the code 2019-12-02 10:32:03 +07:00
oidc.py Refactoring the code 2019-12-02 10:32:03 +07:00
saml.py - Variable references inside SAML class were fixed 2019-12-14 18:59:59 +01:00