Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.rst #307

Merged
merged 1 commit into from
Jul 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
# directory with attribute mapping
'attribute_map_dir': path.join(BASEDIR, 'attribute-maps'),

# Permits to have attributes not configured in attribute-mappings
# otherwise...without OID will be rejected
'allow_unknown_attributes': True,

# this block states what services we provide
'service': {
# we are just a lonely SP
Expand Down Expand Up @@ -526,10 +530,6 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
# a respective SAML Authentication Request.
'allow_unsolicited': False,

# Permits to have attributes not configured in attribute-mappings
# otherwise...without OID will be rejected
'allow_unknown_attributes': True,

# in this section the list of IdPs we talk to are defined
# This is not mandatory! All the IdP available in the metadata will be considered instead.
'idp': {
Expand Down