Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.19 KB

Setup SSO (OpenID Connect) in OpenShift for Kapua with Keycloak

This directory contains a setup for enabling single-sign-on (OpenID Connect) with Kapua using Keycloak.

In a nutshell you will need to install Kapua into OpenShift, build the Keycloak image and then run the deployscript. The Keycloak image is built through the deploy script. A set of environment variables can be used to provide SMTP settings in order to add new Keycloak users by sending out registration e-mails.

For more information see the developer manual.

Accessing Keycloak component

After deployment and startup of containers, the Keycloak container can be accessed at the following endpoint

Application/Service Endpoint User Password
Keycloak Console web-sso. admin (or generated)

To provide a custom password, please define the KEYCLOAK_ADMIN_PASSWORD variable before running the deploy script.