Page History
...
Name | Value | Description | Example |
OIDC Name | The name of the OIDC Identity Service. | This is the name of the Identity Service. It is used by JOC Cockpit to show the caption of the assigned login button. | Google, Keycloak |
OIDC Authentication URL | The URL used by the Client to login to the OIDC Identity Provider. | This URL is called by the Client for login and returns the Access Token from the OIDC Identity Provider. It is similarly used when reading settings of the OIDC Identity Provider with the /.well-known/openid-configuration URL and is used as the issuer during token verification. | https://keycloak:8283/auth/realms/JOC |
OIDC Client ID | The Client ID is configured in the OIDC Identity Provider. | The Client ID is used for a number of calls to to the OIDC Identity Provider. |
|
| The Client Secret is configured in the OIDC Identity Provider. | The Client Secret is used for a number of calls to the OIDC Identity Provider. |
|
OIDC Image | An image can be uploaded that is displayed with the login page. | Optionally an image can be uploaded. . | |
OIDC Truststore Path | The Path to a truststore. | Should the OIDC Identity Provider be configured for HTTPS connections then the indicated truststore has to include an X.509 certificate specified for the Extended Key Usage of Server Authentication.
| oidc-truststore.p12 |
OIDC Truststore Password | Truststore password | If the OIDC Identity Provider is configured for HTTPS connections and the indicated truststore is protected by a password then the password has to be specified. | secret |
OIDC Truststore Type | Truststore type | If the OIDC Identity Provider is configured for HTTPS connections then the type of the truststore has to be specified being either | PKCS12 |
OIDC Login
With OIDC Identity Services being configured they are displayed in JOC Cockpit's login screen like this:
Explanation:
- OIDC Identity Services are displayed in alphabetical order.
- If a users clicks the Identity Service in the login screen then the Identity Provider will show a popup window that asks for credentials or the user will be immediately authenticated in case of single sign-on.
OIDC Flows
Register Client
It is required to register a Client with the Identity Provider. The Client specifies the given Client ID and Client Secret during authentication. To achieve this, the token endpoint is called with
...