OIDC configuration

Errors can occur when the Engineering AI Hub server fails to retrieve the OpenID Connect (OIDC) configuration from the provider’s well-known endpoint. These errors typically result from incorrect or unreachable URLs.

Problem

The server fails to start or shuts down unexpectedly during initialization. Error messages appear in the logs.

Error logs and explanations

The system records the error ID and message in the logs, which can be accessed by the administrator.

Error Explanation
HTTP error fetching OIDC config: <404> If the oidc.wellKnownEndpoint configuration parameter is incorrect or unreachable, the Engineering AI Hub server shuts down.
Note: This usually occurs when response code is other than 200.
An error occurred while requesting: <request-url> If the OIDC request itself fails, the Engineering AI Hub server shuts down.

Resolution

Verify that the OIDC configuration is set up correctly. For more information, see Configuring the instance.