Back to Node Auth0

Interface SelfServiceProfileSsoTicketConnectionConfig

docs/interfaces/management.Management.SelfServiceProfileSsoTicketConnectionConfig.html

5.9.12.3 KB
Original Source

Interface SelfServiceProfileSsoTicketConnectionConfig

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;
}

Index

Properties

namedisplay_name?is_domain_connection?show_as_button?metadata?options?

Properties

name

name: string

The name of the connection that will be created as a part of the Self-Service Enterprise Configuration flow.

Optionaldisplay_name

display_name?: string

Connection name used in the new universal login experience

Optionalis_domain_connection

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

Optionalshow_as_button

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

Optionalmetadata

metadata?: ConnectionsMetadata

Optionaloptions

options?: SelfServiceProfileSsoTicketConnectionOptions | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namedisplay_nameis_domain_connectionshow_as_buttonmetadataoptions