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