Searched refs:nameIdValueReq (Results 1 – 3 of 3) sorted by relevance
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | AuthnRequest.php | 35 * @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 D | Auth.php | 497 * @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 D | README.md | 686 * `$nameIdValueReq` - Indicates to the IdP the subject that should be authenticated.
|