Searched refs:relayState (Results 1 – 4 of 4) sorted by relevance
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Auth.php | 642 * @param string $relayState The RelayState 649 …public function buildRequestSignature($samlRequest, $relayState, $signAlgorithm = XMLSecurityKey::… argument 651 … return $this->buildMessageSignature($samlRequest, $relayState, $signAlgorithm, "SAMLRequest"); 658 * @param string $relayState The RelayState 665 …public function buildResponseSignature($samlResponse, $relayState, $signAlgorithm = XMLSecurityKey… argument 667 … return $this->buildMessageSignature($samlResponse, $relayState, $signAlgorithm, "SAMLResponse"); 674 * @param string $relayState The RelayState 682 …private function buildMessageSignature($samlMessage, $relayState, $signAlgorithm = XMLSecurityKey:… argument 701 if (isset($relayState)) { 702 $msg .= '&RelayState='.rawurlencode($relayState); [all …]
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Auth.php | 642 * @param string $relayState The RelayState 649 …public function buildRequestSignature($samlRequest, $relayState, $signAlgorithm = XMLSecurityKey::… argument 651 … return $this->buildMessageSignature($samlRequest, $relayState, $signAlgorithm, "SAMLRequest"); 658 * @param string $relayState The RelayState 665 …public function buildResponseSignature($samlResponse, $relayState, $signAlgorithm = XMLSecurityKey… argument 667 … return $this->buildMessageSignature($samlResponse, $relayState, $signAlgorithm, "SAMLResponse"); 674 * @param string $relayState The RelayState 682 …private function buildMessageSignature($samlMessage, $relayState, $signAlgorithm = XMLSecurityKey:… argument 701 if (isset($relayState)) { 702 $msg .= '&RelayState='.rawurlencode($relayState); [all …]
|
| /plugin/saml/phpsaml/ |
| D | README.md | 1129 } // relayState set
|
| /plugin/adfs/phpsaml/ |
| D | README.md | 1129 } // relayState set
|