$_settings
$_settings : \OneLogin_Saml2_Settings
Object that represents the setting info
SAML 2 Authentication Request
$_settings : \OneLogin_Saml2_Settings
Object that represents the setting info
__construct(\OneLogin_Saml2_Settings $settings, boolean $forceAuthn = false, boolean $isPassive = false, boolean $setNameIdPolicy = true, string $nameIdValueReq = null)
Constructs the AuthnRequest object.
\OneLogin_Saml2_Settings | $settings | Settings |
boolean | $forceAuthn | When true the AuthNReuqest will set the ForceAuthn='true' |
boolean | $isPassive | When true the AuthNReuqest will set the Ispassive='true' |
boolean | $setNameIdPolicy | When true the AuthNReuqest will set a nameIdPolicy |
string | $nameIdValueReq | Indicates to the IdP the subject that should be authenticated |