PHP 클래스 OneLogin_Saml_Settings

These settings need to be filled in by the user prior to being used.
파일 보기 프로젝트 열기: onelogin/php-saml

공개 프로퍼티들

프로퍼티 타입 설명
$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