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