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

Configure Nginx for Keycloak

Attila Levente EGYEDI edited this page Mar 5, 2016 · 7 revisions

At this moment of 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.

At a later moment we will disable the http port, and use just the https port.

Clone this wiki locally