From e2fabeb1af9a0334f74c21f5b23831a2157a646b Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Wed, 18 Sep 2024 16:01:35 +0200 Subject: [PATCH] Replace strict by stay in login documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e4a8b8..67c50ede 100644 --- a/README.md +++ b/README.md @@ -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.