mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Add SAML_ATTRIBUTE_GROUP and SAML_GROUP_ADMIN_NAME to the development config, with instructions for use
This commit is contained in:
parent
e4c8c3892f
commit
8c85e80c2b
@ -120,6 +120,16 @@ SAML_ENABLED = False
|
||||
# ### be created and the user added to them.
|
||||
# SAML_ATTRIBUTE_ACCOUNT = 'https://example.edu/pdns-account'
|
||||
|
||||
# ## Attribute name that aggregates group names
|
||||
# ### Default: Don't collect IdP groups from SAML group attributes
|
||||
# ### In Okta, you can assign administrators by group using "Group Attribute Statements."
|
||||
# ### In this case, the SAML_ATTRIBUTE_GROUP will be the attribute name for a collection of
|
||||
# ### groups passed in the SAML assertion. From there, you can specify a SAML_GROUP_ADMIN_NAME.
|
||||
# ### If the user is a member of this group, and that group name is included in the collection,
|
||||
# ### the user will be set as an administrator.
|
||||
# #SAML_ATTRIBUTE_GROUP = 'https://example.edu/pdns-groups'
|
||||
# #SAML_GROUP_ADMIN_NAME = 'PowerDNSAdmin-Administrators'
|
||||
|
||||
# SAML_SP_ENTITY_ID = 'http://<SAML SP Entity ID>'
|
||||
# SAML_SP_CONTACT_NAME = '<contact name>'
|
||||
# SAML_SP_CONTACT_MAIL = '<contact mail>'
|
||||
|
Loading…
Reference in New Issue
Block a user