PHP Класс OneLogin_Saml_Settings

These settings need to be filled in by the user prior to being used.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
getValues ( ) : array>\array

Описание методов

getValues() публичный Метод

public getValues ( ) : array>\array
Результат array>\array

Описание свойств

$idpPublicCertificate публичное свойство

The x509 certificate used to authenticate the request.
public string $idpPublicCertificate
Результат string

$idpSingleLogOutUrl публичное свойство

The URL to submit SAML Logout Request to.
public string $idpSingleLogOutUrl
Результат string

$idpSingleSignOnUrl публичное свойство

The URL to submit SAML authentication requests to.
public string $idpSingleSignOnUrl
Результат string

$requestedNameIdFormat публичное свойство

Specifies what format to return the authentication token, i.e, the email address.
public string $requestedNameIdFormat
Результат string

$spIssuer публичное свойство

The name of the application.
public string $spIssuer
Результат string

$spReturnUrl публичное свойство

The URL where to the SAML Response/SAML Assertion will be posted.
public string $spReturnUrl
Результат string