From 8fec41deb737190c589baccef0d889db705befc6 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Sun, 29 Sep 2024 22:43:54 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e97f5f8..9b8927e8 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ $advancedSettings = array( ), // Organization information template, the info in en_US lang is - // recomended, add more if required. + // recommended, add more if required. 'organization' => array( 'en-US' => array( 'name' => '', @@ -681,7 +681,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.