Server configuration for journey-client.

Only the OIDC discovery endpoint URL is required. All other configuration (baseUrl, paths) is automatically derived from the well-known response.

interface JourneyServerConfig {
    wellknown: string;
}

Properties

Properties

wellknown: string

Required OIDC discovery endpoint URL