Searched refs:desiredNameIdFormat (Results 1 – 2 of 2) sorted by relevance
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | IdPMetadataParser.php | 18 * @param string $desiredNameIdFormat If available on IdP metadata, use that nameIdFormat 24 …public static function parseRemoteXML($url, $entityId = null, $desiredNameIdFormat = null, $desire… argument 38 …$metadataInfo = self::parseXML($xml, $entityId, $desiredNameIdFormat, $desiredSSOBinding, $desired… 56 * @param string $desiredNameIdFormat If available on IdP metadata, use that nameIdFormat 62 …public static function parseFileXML($filepath, $entityId = null, $desiredNameIdFormat = null, $des… argument 69 …$metadataInfo = self::parseXML($data, $entityId, $desiredNameIdFormat, $desiredSSOBinding, $desire… 85 * @param string $desiredNameIdFormat If available on IdP metadata, use that nameIdFormat 93 …public static function parseXML($xml, $entityId = null, $desiredNameIdFormat = null, $desiredSSOBi… argument 186 if (!empty($desiredNameIdFormat)) { 188 if (strcmp($nameIdFormatNode->nodeValue, $desiredNameIdFormat) == 0) {
|
/plugin/adfs/phpsaml/ |
H A D | CHANGELOG | 49 …arseRemoteXML and parseFileXML. Internal calls to parseXML missed the desiredNameIdFormat parameter
|