Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Configure Nginx for Keycloak

Martin O'Connor edited this page Aug 10, 2016 · 7 revisions

At this point in the installation only the Keycloak server can be run - the CEDAR servers are not yet configured and built.

We need to access Keycloak in order to:

  • Set up an administrator user
  • Set up a Realm
  • Set up a Client

In order to be able to do this, we will configure Nginx to act as a reverse proxy sending over our plain HTTP request to Keycloak's plain HTTP port.

Subsequently we will disable the HTTP port, and use the HTTPS port instead.

Clone this wiki locally