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

    Interface CreateSelfServiceProfileRequestContent

    {
    * name: "name"
    * }
    interface CreateSelfServiceProfileRequestContent {
        name: string;
        description?: string;
        branding?: SelfServiceProfileBrandingProperties;
        allowed_strategies?: Management.SelfServiceProfileAllowedStrategyEnum[];
        user_attributes?: SelfServiceProfileUserAttribute[];
    }
    Index

    Properties

    name: string

    The name of the self-service Profile.

    description?: string

    The description of the self-service Profile.

    List of IdP strategies that will be shown to users during the Self-Service SSO flow. Possible values: [oidc, samlp, waad, google-apps, adfs, okta, keycloak-samlp, pingfederate]

    List of attributes to be mapped that will be shown to the user during the SS-SSO flow.