Skip to content

Commit 8fec41d

Browse files
committed
Fix typo
1 parent 9a831a6 commit 8fec41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ $advancedSettings = array(
570570
),
571571

572572
// Organization information template, the info in en_US lang is
573-
// recomended, add more if required.
573+
// recommended, add more if required.
574574
'organization' => array(
575575
'en-US' => array(
576576
'name' => '',
@@ -681,7 +681,7 @@ The login method can receive other six optional parameters:
681681
* `$parameters` - An array of parameters that will be added to the `GET` in the HTTP-Redirect.
682682
* `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
683683
* `$isPassive` - When true the `AuthNRequest` will set the `Ispassive='true'`
684-
* `$strict` - True if we want to stay (returns the url string) False to redirect
684+
* `$stay` - True if we want to stay (returns the url string) False to redirect
685685
* `$setNameIdPolicy` - When true the AuthNRequest will set a nameIdPolicy element.
686686
* `$nameIdValueReq` - Indicates to the IdP the subject that should be authenticated.
687687

0 commit comments

Comments
 (0)