Skip to main content
Version: 2.1.0

UNH Web Environment Variables

Frontend admin console for the UNH module.

NameDefaultDescription
IAM_URLThe URL of the keycloak OIDC discovery endpoint. Example https://keycloak.example.com/realms/myrealm/.well-known/openid-configuration
IAM_CLIENT_IDThe client ID to connect to Keycloak.
PUBLIC_DOMAINThe public domain for setting the cookie.
PUBLIC_COOKIE_PREFIXThe prefix to use for the cookie name.
ORIGINThe origin of the web server.
PORTThe port number of the web server.
OIDC_ALLOW_INSECURE_REQUESTSSet 1 to allow the web server to make insecure requests to the Keycloak server. Otherwise, leave it empty.
LOGIN_DESTINATIONThis must be set to /aoh/unh to redirect the user to the UNH page after login.