You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -518,10 +518,11 @@ We can set a 'return_to' url parameter to the login function and that will be co
518
518
target_url ='https://example.com'
519
519
auth.login(return_to=target_url)
520
520
```
521
-
The login method can recieve 2 more optional parameters:
521
+
The login method can recieve 3 more optional parameters:
522
522
523
-
* force_authn When true the AuthNReuqest will set the ForceAuthn='true'
524
-
* is_passive When true the AuthNReuqest will set the Ispassive='true'
523
+
* force_authn When true the AuthNReuqest will set the ForceAuthn='true'
524
+
* is_passive When true the AuthNReuqest will set the Ispassive='true'
525
+
* set_nameid_policy When true the AuthNReuqest will set a nameIdPolicy element.
525
526
526
527
If a match on the future SAMLResponse ID and the AuthNRequest ID to be sent is required, that AuthNRequest ID must to be extracted and stored for future validation, we can get that ID by
0 commit comments