Méthode | Description | |
---|---|---|
ADFS_GenerateResponse ( $issuer, $target, $nameid, $attributes ) | ||
ADFS_PostResponse ( $url, $wresult, $wctx ) | ||
ADFS_SignResponse ( $response, $key, $cert ) | ||
getLogoutURL ( SimpleSAML_IdP $idp, array $association, $relayState ) | accepts an association array, and returns a URL that can be accessed to terminate the association | |
receiveAuthnRequest ( SimpleSAML_IdP $idp ) | ||
receiveLogoutMessage ( SimpleSAML_IdP $idp ) | ||
sendLogoutResponse ( SimpleSAML_IdP $idp, array $state ) | * public static function handleAuthError(SimpleSAML_Error_Exception $exception, array $state) { } | |
sendResponse ( array $state ) |
public static ADFS_GenerateResponse ( $issuer, $target, $nameid, $attributes ) |
public static ADFS_SignResponse ( $response, $key, $cert ) |
public static getLogoutURL ( SimpleSAML_IdP $idp, array $association, $relayState ) | ||
$idp | SimpleSAML_IdP | |
$association | array |
public static receiveAuthnRequest ( SimpleSAML_IdP $idp ) | ||
$idp | SimpleSAML_IdP |
public static receiveLogoutMessage ( SimpleSAML_IdP $idp ) | ||
$idp | SimpleSAML_IdP |
public static sendLogoutResponse ( SimpleSAML_IdP $idp, array $state ) | ||
$idp | SimpleSAML_IdP | |
$state | array |