Running and Testing Keycloak on OpenShift
6 min readApr 29, 2022
--
I need to perform some OIDC integration work. Let’s set up an OIDC provider with the opensource Keycloak running on the OpenShift cluster, and explore it.
Part 1. Setup of Keycloak
We will use the latest operator version of Keycloak to deploy on OpenShift. Create a dedicated namespace named keycloak for it. The operator needs to set up a database as…