ping-identity
    Preparing search index...

    Type Alias DaVinciOidcModuleConfig

    DaVinciOidcModuleConfig: Omit<JourneyInstance, "discoveryEndpoint" | "openId"> & {
        discoveryEndpoint: string;
        storage?: JourneyInstance;
    }

    OIDC module configuration nested under DaVinciModules.

    Type Declaration

    • discoveryEndpoint: string

      OIDC discovery endpoint URL required by DaVinci's native OIDC path.

    • Optionalstorage?: JourneyInstance

      Optional OIDC token storage handle created by the storage module.

    Uses the shared OIDC contract for the fields supported by DaVinci. The discovery endpoint is required because DaVinci's current native OIDC path requires it. openId is intentionally omitted because DaVinci's native OIDC path does not expose endpoint overrides.