Back to Node Auth0

Interface SelfServiceProfileSsoTicketProvisioningConfig

docs/interfaces/management.Management.SelfServiceProfileSsoTicketProvisioningConfig.html

5.9.11.7 KB
Original Source

Interface SelfServiceProfileSsoTicketProvisioningConfig

Configuration for the setup of Provisioning in the self-service flow.

interface SelfServiceProfileSsoTicketProvisioningConfig {
scopes?: Management.SelfServiceProfileSsoTicketProvisioningScopeEnum[];
google_workspace?: SelfServiceProfileSsoTicketGoogleWorkspaceConfig;
token_lifetime?: number | null;
}

Index

Properties

scopes?google_workspace?token_lifetime?

Properties

Optionalscopes

scopes?: Management.SelfServiceProfileSsoTicketProvisioningScopeEnum[]

The scopes of the SCIM tokens generated during the self-service flow.

Optionalgoogle_workspace

google_workspace?: SelfServiceProfileSsoTicketGoogleWorkspaceConfig

Optionaltoken_lifetime

token_lifetime?: number | null

Lifetime of the tokens in seconds. Must be greater than 900. If not provided, the tokens don't expire.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties scopesgoogle_workspacetoken_lifetime