Server configuration for journey-client.

The wellknown URL is required for OIDC discovery. The baseUrl is automatically inferred from the wellknown URL for ForgeRock AM servers.

interface JourneyServerConfig {
    paths?: CustomPathConfig;
    timeout?: number;
    wellknown: string;
}

Properties

paths?: CustomPathConfig

Optional custom path overrides

timeout?: number

Optional request timeout in milliseconds

wellknown: string

Required OIDC discovery endpoint URL