We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 257ba9a + 15c7e82 commit b47e3f2Copy full SHA for b47e3f2
README.rst
@@ -192,7 +192,13 @@ We will see a typical configuration for protecting a Django project::
192
saml2.BINDING_HTTP_POST),
193
],
194
},
195
-
+ # Mandates that the identity provider MUST authenticate the
196
+ # presenter directly rather than rely on a previous security context.
197
+ 'force_authn': False,
198
+
199
+ # Enable AllowCreate in NameIDPolicy.
200
+ 'name_id_format_allow_create': False,
201
202
# attributes that this project need to identify a user
203
'required_attributes': ['uid'],
204
0 commit comments