Open huntx opened 3 weeks ago
Hello @huntx, what version of the containers are you running on?
Hi @lexiv0re , I am currently running on v0.6333.
sudo docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE minio/minio latest 802bb0d1848f 6 days ago 165MB mongo 7-jammy e0d7f1b1df90 11 days ago 782MB hardcoreeng/account v0.6.333 bf9eff8dccd7 2 weeks ago 1.13GB hardcoreeng/front v0.6.333 b0bf61db06a4 2 weeks ago 1.26GB hardcoreeng/collaborator v0.6.333 65de66a06e23 2 weeks ago 1.15GB hardcoreeng/transactor v0.6.333 863e7a485413 2 weeks ago 1.16GB hardcoreeng/workspace v0.6.333 73670051efcb 2 weeks ago 1.15GB hardcoreeng/rekoni-service v0.6.333 c6f6ecb20dd3 2 weeks ago 1.23GB elasticsearch 7.14.2 2abd5342ace0 3 years ago 1.04GB
@huntx do you have any additional logs before the ones you posted? You'd be looking for these entries:
Discovered issuer
, Created OIDC client
, Registered OIDC strategy
or Failed to create OIDC client...
I'm running v0.6.333 and this is how I have mine setup and it works:
- OPENID_CLIENT_ID=${AUTH_CLIENT_ID}
- OPENID_CLIENT_SECRET=${AUTH_CLIENT_SECRET}
- OPENID_ISSUER=${AUTH_URL}/realms/${AUTH_REALM}
AUTH_CLIENT_ID
should be the "Client ID" you've setup in KeyCloak, in my case "huly-client"
AUTH_CLIENT_SECRET
you get from KeyCloak after you created your "Client ID"
I have a custom AUTH_URL
and a custom AUTH_REALM
but in your case it should work with OPENID_ISSUER=https://keycloak/realms/master
if you are using the "master" realm.
Note that you also have to setup the access urls in KeyCloak > Clients
ie: Root URL
, Home URL
and Valid redirect URIs
In my case the Valid redirect URIs
is different since the account
service is running on a subdomain (not using the default nginx config provided by huly).
Hope this helps
I believe I have configured them correctly but problem still persists.
I suspect it could be due to my KeyCloak version.
Hi all,
I trying to configure OpenID authentication via Keycloak but I am seeing the following error.
Any idea the problem reside on which side ?
My compose.yml included the following lines for account service.
When click on the "Continue with OpenID" at login page