PHP Class OneLogin_Saml_Settings

These settings need to be filled in by the user prior to being used.
Afficher le fichier Open project: onelogin/php-saml

Méthodes publiques

Свойство Type Description
$idpPublicCertificate string The x509 certificate used to authenticate the request.
$idpSingleLogOutUrl string The URL to submit SAML Logout Request to.
$idpSingleSignOnUrl string The URL to submit SAML authentication requests to.
$requestedNameIdFormat string Specifies what format to return the authentication token, i.e, the email address.
$spIssuer string The name of the application.
$spReturnUrl string The URL where to the SAML Response/SAML Assertion will be posted.

Méthodes publiques

Méthode Description
getValues ( ) : array>\array

Method Details

getValues() public méthode

public getValues ( ) : array>\array
Résultat array>\array

Property Details

$idpPublicCertificate public_oe property

The x509 certificate used to authenticate the request.
public string $idpPublicCertificate
Résultat string

$idpSingleLogOutUrl public_oe property

The URL to submit SAML Logout Request to.
public string $idpSingleLogOutUrl
Résultat string

$idpSingleSignOnUrl public_oe property

The URL to submit SAML authentication requests to.
public string $idpSingleSignOnUrl
Résultat string

$requestedNameIdFormat public_oe property

Specifies what format to return the authentication token, i.e, the email address.
public string $requestedNameIdFormat
Résultat string

$spIssuer public_oe property

The name of the application.
public string $spIssuer
Résultat string

$spReturnUrl public_oe property

The URL where to the SAML Response/SAML Assertion will be posted.
public string $spReturnUrl
Résultat string