File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ PowerDNS Web-GUI - Built by Flask
6
6
- Local / LDAP user authentication
7
7
- Support Two-factor authentication (TOTP)
8
8
- Support SAML authentication
9
+ - Google oauth authentication
10
+ - Github oauth authentication
9
11
- User management
10
12
- User access management based on domain
11
13
- User activity logging
@@ -86,7 +88,8 @@ Run the application and enjoy!
86
88
```
87
89
88
90
### SAML Authentication
89
- SAML authentication is supported. In order to use it you have to create your own settings.json and advanced_settings.json based on the templates.
91
+ SAML authentication is supported. Setting are retrieved from Metdata-XML.
92
+ Metadata URL is configured in config.py as well as caching interval.
90
93
Following Assertions are supported and used by this application:
91
94
- nameidentifier in form of email address as user login
92
95
- email used as user email address
You can’t perform that action at this time.
0 commit comments