ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | receiveAuthnRequest (SimpleSAML_IdP $idp) |
static | sendResponse (array $state) |
static | sendLogoutResponse (SimpleSAML_IdP $idp, array $state) |
static | receiveLogoutMessage (SimpleSAML_IdP $idp) |
static | getLogoutURL (SimpleSAML_IdP $idp, array $association, $relayState) |
Static Private Member Functions | |
static | generateResponse ($issuer, $target, $nameid, $attributes, $assertionLifetime) |
static | signResponse ($response, $key, $cert, $algo) |
static | postResponse ($url, $wresult, $wctx) |
|
staticprivate |
Definition at line 40 of file ADFS.php.
References $assertionLifetime, $attributes, $name, $nameid, $namespace, $result, $target, $values, SimpleSAML\Utils\Random\generateID(), SimpleSAML\Utils\Time\generateTimestamp(), SimpleSAML\Utils\Attributes\getAttributeNamespace(), and NotOnOrAfter.
Referenced by sendResponse().
|
static |
Definition at line 228 of file ADFS.php.
References $association, $metadata, $relayState, $returnTo, $spMetadata, SimpleSAML_Metadata_MetaDataStorageHandler\getMetadataHandler(), and SimpleSAML\Module\getModuleURL().
|
staticprivate |
Definition at line 130 of file ADFS.php.
References $post, exit, and input.
Referenced by sendResponse().
|
static |
Definition at line 8 of file ADFS.php.
References $_SERVER, $idp, $issuer, $metadata, $query, $spMetadata, $state, SimpleSAML\Utils\HTTP\checkURLAllowed(), SimpleSAML_Metadata_MetaDataStorageHandler\getMetadataHandler(), and SimpleSAML\Logger\info().
|
static |
Definition at line 208 of file ADFS.php.
|
static |
Definition at line 201 of file ADFS.php.
References $idp, $idpMetadata, getBaseURL(), and SimpleSAML\Utils\HTTP\redirectTrustedURL().
|
static |
Definition at line 152 of file ADFS.php.
References $algo, $assertionLifetime, $attributes, $idp, $idpEntityId, $idpMetadata, $nameid, $response, $spEntityId, $spMetadata, $state, SimpleSAML\Utils\Random\generateID(), generateResponse(), SimpleSAML_IdP\getByState(), SimpleSAML\Utils\Config\getCertPath(), SimpleSAML_Configuration\loadFromArray(), postResponse(), and signResponse().
|
staticprivate |
Definition at line 105 of file ADFS.php.
References $algo, $key, $response, and SAML2\DOMDocumentFactory\fromString().
Referenced by sendResponse().