Commit 8fec41d 1 parent 9a831a6 commit 8fec41d Copy full SHA for 8fec41d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ $advancedSettings = array(
570
570
),
571
571
572
572
// Organization information template, the info in en_US lang is
573
- // recomended , add more if required.
573
+ // recommended , add more if required.
574
574
'organization' => array(
575
575
'en-US' => array(
576
576
'name' => '',
@@ -681,7 +681,7 @@ The login method can receive other six optional parameters:
681
681
* ` $parameters ` - An array of parameters that will be added to the ` GET ` in the HTTP-Redirect.
682
682
* ` $forceAuthn ` - When true the ` AuthNRequest ` will set the ` ForceAuthn='true' `
683
683
* ` $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
685
685
* ` $setNameIdPolicy ` - When true the AuthNRequest will set a nameIdPolicy element.
686
686
* ` $nameIdValueReq ` - Indicates to the IdP the subject that should be authenticated.
687
687
You can’t perform that action at this time.
0 commit comments