Skip to content

Commit ed38230

Browse files
authored
Merge pull request #595 from alamirault/patch-1
Replace strict by stay in login documentation
2 parents bb2b61a + e2fabeb commit ed38230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ The login method can receive other six optional parameters:
677677
* `$parameters` - An array of parameters that will be added to the `GET` in the HTTP-Redirect.
678678
* `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
679679
* `$isPassive` - When true the `AuthNRequest` will set the `Ispassive='true'`
680-
* `$strict` - True if we want to stay (returns the url string) False to redirect
680+
* `$stay` - True if we want to stay (returns the url string) False to redirect
681681
* `$setNameIdPolicy` - When true the AuthNRequest will set a nameIdPolicy element.
682682
* `$nameIdValueReq` - Indicates to the IdP the subject that should be authenticated.
683683

0 commit comments

Comments
 (0)