OpenID Connect Authentication Configuration Guide
This guide details the steps necessary to configure OpenID Connect authentication with Wikit.
Configuration in the OpenID Connect Provider
When configuring in your OpenID Connect Provider, you will need to specify a redirection URL. It will be communicated to you by your contact at Wikit, it looks like this:
https://auth.wikit.ai/realms/wikit-prod/broker/xxxx/endpointInformation Required for Wikit-side Configuration
To finalize the configuration, Wikit requires the following information:
/.well-known/URL : This URL allows automatic retrieval of the endpoints used for OpenID configuration. ✏️- Client ID : Unique identifier of the application. ✏️
- Secret : Private key associated with the Client ID. ✏️
Case where /.well-known/ is not accessible
If your Provider does not have a /.well-known/ URL, provide the following information:
- Token Endpoint : URL where tokens are issued. ✏️
- Authorization Endpoint : URL where authorization requests are made. ✏️
- Client ID : Unique identifier of the application. ✏️
- Secret : Private key associated with the Client ID. ✏️