Hierarchy (View Summary)

Constructors

Properties

assertion_consumer_service_url: string

URL at which the SAML assertion should be received (SSO Service => Place URL)

attribute_service_name: string

Name for the attribute service

attribute_statements: HashMap<string[]>

Mapping of Attribute Names in a SAMLResponse to entries in the OmniAuth info hash

authority_id: string

ID of the authority associted with the auth method

created_at: number

Unix epoch in seconds of the creation time of the object

id: string

Unique Identifier of the object

idp_cert: string

Identity provider's certificate in PEM format (this or fingerprint is required)

idp_cert_fingerprint: string

SHA1 fingerprint of the certificate

idp_slo_target_url: string

URL to which the single logout request and response should be sent

idp_sso_target_url: string

URL to which the authentication request should be sent (Place => SSO Service)

idp_sso_target_url_runtime_params: HashMap<string>

Mapping of request params that exist during the request phase of OmniAuth that should to be sent to the IdP

issuer: string

Name of the application requesting auth

name: string

Human readable name of the object

name_identifier_format: string

Describes the format of the username required by this application

request_attributes: PlaceSamlRequestAttribute[]

Mapping of Attribute Names in a SAMLResponse to entries in the OmniAuth info hash

slo_default_relay_state: string

Value to use as default RelayState for single log outs

type: "saml" = 'saml'

Type of auth source

uid_attribute: string

Attribute that uniquely identifies the user

updated_at: number

Unix epoch in seconds of the creation time of the object

version: number

Version of the data

Methods