Getting Started OIDC

This example demonstrates how one can log in from an external domain to CAMPUSonline Keycloak. CAMPUSonline Keycloak issues a valid JWT (JSON Web Token) to the application for the user who has logged in. This JWT can be used to access "my-endpoints" - REST interfaces that return data in the context of a user. The login is accomplished using the Keycloak Javascript Adapter.

IMPORTANT To test the login with Keycloak for a specific CAMPUSonline instance, Keycloak must be configured accordingly. On one hand, an appropriate client must be provided, and on the other hand, the Security Defense must be configured with this domain. For more information, please refer to the README.md in the COmmunity GitLab.