Deployment setup for keycloak? #1264
-
|
I am trying to follow the documentation but it seems incomplete for using keycloak. I am unclear exactly how to deploy using keycloak? I am guessing this wont work but do I just swap the variables in the docker .env for AUTH0_CLIENT_ID and AUTH0_DOMAIN? AUTH0_CLIENT_ID is easy enough to find but I an not sure about AUTH0_DOMAIN? So AUTH0_CLIENT_ID=https://keycloak-omni.sullyss.win/saml/metadata I am asuming at just swapping the text wont work as there is a part in the omni keycloak walkthrough that asked to save the text or link to https://keycloak-omni.mydoman.com/realms/omni/.well-known/openid-configuration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For keycloak you should use SAML flags. Lines 33 to 35 in 3f05b34 So the final config in your case will be: |
Beta Was this translation helpful? Give feedback.
For keycloak you should use SAML flags.
See
omni/deploy/env.template
Lines 33 to 35 in 3f05b34
So the final config in your case will be: