OpenID Connect with Pinniped and Keycloak

OpenID Connect (OIDC) allows us to use an Identity Manager Provider (IDP) with our Kubernetes cluster. Keycloak will act as the IDP alongside the Active Directory and Pinniped will provide kubernetes the ability to use the Active Directory users for role assignment. The following article goes over Pinniped installation and configuration, keycloack should be installedContinue reading “OpenID Connect with Pinniped and Keycloak”

OpenID – Connect Jenkins with Keycloak

On this blog I will show how to connect Jenkins to keycloak with OpenID . you can learn about keycloak installation on this link : https://www.keycloak.org/docs/latest/server_installation/index.html#guide-overview KEYCLOAK SERVER The first step is in Keycloak , you need to create a new Client on the Realm you configure when you build your own keycloak server (inContinue reading “OpenID – Connect Jenkins with Keycloak”