You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Martin O'Connor edited this page Aug 19, 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 on port 80 to Keycloak's plain HTTP port 8080.
Subsequently we will disable the HTTP port, and use the HTTPS port instead.
Note that if you have direct access to port 8080 on a machine then this port redirection is not needed.