Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php35 * @param string $nameIdValueReq Indicates to the IdP the subject that should be authenticated
37 …settings, $forceAuthn = false, $isPassive = false, $setNameIdPolicy = true, $nameIdValueReq = null) argument
49 if (isset($nameIdValueReq)) {
53 <saml:NameID Format="{$spData['NameIDFormat']}">{$nameIdValueReq}</saml:NameID>
H A DAuth.php497 * @param string $nameIdValueReq Indicates to the IdP the subject that should be authenticated
503 …eAuthn = false, $isPassive = false, $stay = false, $setNameIdPolicy = true, $nameIdValueReq = null) argument
507 …n_Saml2_AuthnRequest($this->_settings, $forceAuthn, $isPassive, $setNameIdPolicy, $nameIdValueReq);
/plugin/adfs/phpsaml/
H A DREADME.md686 * `$nameIdValueReq` - Indicates to the IdP the subject that should be authenticated.