Running and Testing Keycloak on OpenShift

Zhimin Wen
6 min readApr 29, 2022
Image by jacqueline macou from Pixabay

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…