@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AuthenticationConfigurationResponse

    Configuration for authentication and session management.

    type AuthenticationConfigurationResponse = {
        canLogout: boolean;
        isLoginDelegated: boolean;
    }
    Index

    Properties

    canLogout: boolean

    Whether users can log out (false for SaaS deployments).

    isLoginDelegated: boolean

    Whether login is delegated to an external identity provider.