File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,10 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
465
465
# directory with attribute mapping
466
466
'attribute_map_dir': path.join(BASEDIR, 'attribute-maps'),
467
467
468
+ # Permits to have attributes not configured in attribute-mappings
469
+ # otherwise...without OID will be rejected
470
+ 'allow_unknown_attributes': True,
471
+
468
472
# this block states what services we provide
469
473
'service': {
470
474
# we are just a lonely SP
@@ -526,10 +530,6 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
526
530
# a respective SAML Authentication Request.
527
531
'allow_unsolicited': False,
528
532
529
- # Permits to have attributes not configured in attribute-mappings
530
- # otherwise...without OID will be rejected
531
- 'allow_unknown_attributes': True,
532
-
533
533
# in this section the list of IdPs we talk to are defined
534
534
# This is not mandatory! All the IdP available in the metadata will be considered instead.
535
535
'idp': {
You can’t perform that action at this time.
0 commit comments