Type Alias: AuthenticationConfigurationResponse
type AuthenticationConfigurationResponse = object;
Configuration for authentication and session management.
Properties
canLogout
canLogout: boolean;
Whether users can log out (false for SaaS deployments).
isLoginDelegated
isLoginDelegated: boolean;
Whether login is delegated to an external identity provider.