Searched refs:forceAuthn (Results 1 – 6 of 6) sorted by relevance
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | AuthnRequest.php | 32 * @param bool $forceAuthn When true the AuthNReuqest will set the ForceAuthn='true' 37 …public function __construct(OneLogin_Saml2_Settings $settings, $forceAuthn = false, $isPassive = f… argument 92 if ($forceAuthn) {
|
| D | Auth.php | 493 * @param bool $forceAuthn When true the AuthNRequest will set the ForceAuthn='true' 503 …public function login($returnTo = null, $parameters = array(), $forceAuthn = false, $isPassive = f… argument 507 …$authnRequest = new OneLogin_Saml2_AuthnRequest($this->_settings, $forceAuthn, $isPassive, $setNam…
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | AuthnRequest.php | 32 * @param bool $forceAuthn When true the AuthNReuqest will set the ForceAuthn='true' 37 …public function __construct(OneLogin_Saml2_Settings $settings, $forceAuthn = false, $isPassive = f… argument 92 if ($forceAuthn) {
|
| D | Auth.php | 493 * @param bool $forceAuthn When true the AuthNRequest will set the ForceAuthn='true' 503 …public function login($returnTo = null, $parameters = array(), $forceAuthn = false, $isPassive = f… argument 507 …$authnRequest = new OneLogin_Saml2_AuthnRequest($this->_settings, $forceAuthn, $isPassive, $setNam…
|
| /plugin/saml/phpsaml/ |
| D | README.md | 682 * `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
|
| /plugin/adfs/phpsaml/ |
| D | README.md | 682 * `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
|