Internal configuration type that includes the resolved well-known response.

This type is used internally after the well-known endpoint has been fetched and the configuration has been normalized.

interface InternalJourneyClientConfig {
    middleware?: RequestMiddleware[];
    realmPath?: string;
    serverConfig?: PathsConfig;
    wellknownResponse?: WellKnownResponse;
}

Hierarchy (View Summary)

Properties

middleware?: RequestMiddleware[]
realmPath?: string
serverConfig?: PathsConfig
wellknownResponse?: WellKnownResponse

The fetched OIDC well-known response, if wellknown discovery was used