PowerDNS-Admin/app/lib
Tim Jacomb 292aaddaee
Improve SAML support
- Make SAML_WANT_MESSAGE_SIGNED configurable, AzureAD signs the assertion but wouldn't sign the message
- Add support for a name attribute, i.e. 'Tim Jacomb' using `SAML_ATTRIBUTE_NAME`, which will be mapped into the given and surname fields, AzureAD only has displayname
- Add support for group based admin `SAML_ATTRIBUTE_GROUP` and `SAML_GROUP_ADMIN_NAME`
- Add support for group based accounts `SAML_GROUP_TO_ACCOUNT_MAPPING`
- Don't fail if cert and key aren't present
2019-03-03 07:58:01 +00:00
..
__init__.py Initial commit 2015-12-13 16:34:12 +07:00
certutil.py added application certificate handling for signed SAML messages 2018-01-20 17:17:02 +01:00
helper.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
log.py Add Api to PowerDNS-Admin 2019-03-01 23:50:04 +01:00
utils.py Improve SAML support 2019-03-03 07:58:01 +00:00