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

    Interface SelfServiceProfileSsoTicketIdpInitiatedOptions

    Allows IdP-initiated login

    interface SelfServiceProfileSsoTicketIdpInitiatedOptions {
        enabled?: boolean;
        client_id?: string;
        client_protocol?: Management.SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum;
        client_authorizequery?: string;
    }
    Index

    Properties

    enabled?: boolean

    Enables IdP-initiated login for this connection

    client_id?: string

    Default application client_id user is redirected to after validated SAML response

    client_authorizequery?: string

    Query string options to customize the behaviour for OpenID Connect when idpinitiated.client_protocol is oauth2. Allowed parameters: redirect_uri, scope, response_type. For example, redirect_uri=https://jwt.io&scope=openid email&response_type=token