How to provision / EXTERNAL_OIDC

Hi,

i m tryin to provision my external auth provider (keycloak/oidc). The provider works well with corteza if i set it up manually but i m not able to provision it automaticly on docker startup.
Which env vars do i have to set beside of PROVISION_SETTINGS_AUTH_EXTERNAL_OIDC?

I m tryin the following in my docker compose:

PROVISION_SETTINGS_AUTH_EXTERNAL_OIDC: “tXXX https://key.XXX.de/auth/realms/Intern tXXX dXXXXXXXXXXXXXXXXXX”

in debug log is see that there is nothing happening:

{“level”:“debug”,“ts”:1627639475.1725228,“caller”:“provision/oidc.go:21”,“msg”:“OIDC auto discovery provision”,“envkey”:“PROVISION_OIDC_PROVIDER”,“providers”:""}

If tried setting PROVISION_OIDC_PROVIDER as well with several variations but i have not succeded yet.

Any setup example ? :wink:

Thx.

Working in Version 2021.9.4

1 Like