Interface PostSsoTicketRequestConnectionConfig

If provided, this will create a new connection for the SSO flow with the given configuration

Hierarchy

  • PostSsoTicketRequestConnectionConfig

Properties

display_name?: string

Connection name used in the new universal login experience

is_domain_connection?: boolean

true promotes to a domain-level connection so that third-party applications can use it. false does not promote the connection, so only first-party applications with the connection enabled can use it. (Defaults to false.)

metadata?: {
    [key: string]: any;
}

Metadata associated with the connection in the form of an object with string values (max 255 chars). Maximum of 10 metadata properties allowed.

Type declaration

  • [key: string]: any
name: string

The name of the connection that will be created as a part of the SSO flow.

show_as_button?: boolean

Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. (Defaults to false.)