Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface SelfServiceProfileSsoTicketProvisioningConfig

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

    interface SelfServiceProfileSsoTicketProvisioningConfig {
        scopes: Management.SelfServiceProfileSsoTicketProvisioningScopeEnum[];
        token_lifetime?: number;
    }
    Index

    Properties

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

    token_lifetime?: number

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