PHP Class OneLogin_Saml_Settings

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

Public Properties

Property 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.

Public Methods

Method Description
getValues ( ) : array>\array

Method Details

getValues() public method

public getValues ( ) : array>\array
return array>\array

Property Details

$idpPublicCertificate public_oe property

The x509 certificate used to authenticate the request.
public string $idpPublicCertificate
return string

$idpSingleLogOutUrl public_oe property

The URL to submit SAML Logout Request to.
public string $idpSingleLogOutUrl
return string

$idpSingleSignOnUrl public_oe property

The URL to submit SAML authentication requests to.
public string $idpSingleSignOnUrl
return string

$requestedNameIdFormat public_oe property

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

$spIssuer public_oe property

The name of the application.
public string $spIssuer
return string

$spReturnUrl public_oe property

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