Home
last modified time | relevance | path

Searched refs:forceAuthn (Results 1 – 3 of 3) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php32 * @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) {
H A DAuth.php493 * @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/
H A DREADME.md682 * `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`