Skip to content

Commit 3616535

Browse files
committed
updated documentation
1 parent 9d86331 commit 3616535

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ PowerDNS Web-GUI - Built by Flask
66
- Local / LDAP user authentication
77
- Support Two-factor authentication (TOTP)
88
- Support SAML authentication
9+
- Google oauth authentication
10+
- Github oauth authentication
911
- User management
1012
- User access management based on domain
1113
- User activity logging
@@ -86,7 +88,8 @@ Run the application and enjoy!
8688
```
8789

8890
### 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.
9093
Following Assertions are supported and used by this application:
9194
- nameidentifier in form of email address as user login
9295
- email used as user email address

0 commit comments

Comments
 (0)