Skip to content

Commit

Permalink
Merge pull request #595 from alamirault/patch-1
Browse files Browse the repository at this point in the history
Replace strict by stay in login documentation
  • Loading branch information
pitbulk authored Sep 29, 2024
2 parents bb2b61a + e2fabeb commit ed38230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ The login method can receive other six optional parameters:
* `$parameters` - An array of parameters that will be added to the `GET` in the HTTP-Redirect.
* `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
* `$isPassive` - When true the `AuthNRequest` will set the `Ispassive='true'`
* `$strict` - True if we want to stay (returns the url string) False to redirect
* `$stay` - True if we want to stay (returns the url string) False to redirect
* `$setNameIdPolicy` - When true the AuthNRequest will set a nameIdPolicy element.
* `$nameIdValueReq` - Indicates to the IdP the subject that should be authenticated.

Expand Down

0 comments on commit ed38230

Please sign in to comment.