docs/interfaces/management.Management.SelfServiceProfileSsoTicketConnectionConfig.html
If provided, this will create a new connection for the Self-Service Enterprise Configuration flow with the given configuration
interface SelfServiceProfileSsoTicketConnectionConfig {
name: string;
display_name?: string;
is_domain_connection?: boolean;
show_as_button?: boolean;
metadata?: ConnectionsMetadata;
options?: SelfServiceProfileSsoTicketConnectionOptions | null;
}
namedisplay_name?is_domain_connection?show_as_button?metadata?options?
name: string
The name of the connection that will be created as a part of the Self-Service Enterprise Configuration flow.
Optionaldisplay_namedisplay_name?: string
Connection name used in the new universal login experience
Optionalis_domain_connectionis_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.)
Optionalshow_as_buttonshow_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.)
Optionalmetadatametadata?: ConnectionsMetadata
Optionaloptionsoptions?: SelfServiceProfileSsoTicketConnectionOptions | null
Member Visibility
ThemeOSLightDark
Properties namedisplay_nameis_domain_connectionshow_as_buttonmetadataoptions