Type Alias BaseIDP

type BaseIDP = {
    active?: boolean;
    clockToleranceSec?: number;
    created?: string;
    createNewUsersOnLogin?: boolean;
    description?: string;
    id?: string;
    interactive?: boolean;
    lastUpdated?: string;
    meta?: unknown;
    postLogoutRedirectUri?: string;
    protocol?: IDPProtocol;
    provider?: IDPProvider;
    tenantIds?: string[];
}
Index

Properties

active?: boolean

Indicates whether the IdP is available for use.

clockToleranceSec?: number
created?: string
createNewUsersOnLogin?: boolean
description?: string
id?: string
interactive?: boolean
lastUpdated?: string
meta?: unknown
postLogoutRedirectUri?: string
protocol?: IDPProtocol
provider?: IDPProvider
tenantIds?: string[]