Any tips on getting OIDC auth set up with Azure? <...
# troubleshoot
b
This is very strange. It appears that the AUTH_OIDC_SCOPE env variable is not being picked up. Can you try to remove the quotes around the scope and redpeloy
s
@big-carpet-38439 what should I have in the scope variable?
I tried with my email without quotes, but still the same. Is it possible to find the error message? Using the quickstart method on a single EC2 instance. I asked the IAM team to add the datahub url as the callback url, like https://datahub.domain.comp.com
this is what I get when I go to the discovery URI, so it seems to be set up (correctly?)
Ok I got alot further now, so understanding now that "openid profile email" does not refer to some type of email, its just the 3 options. So setting it to "openid" gets us to the company login page. After some looking, this seems to be what it is stuck at now after logging in:
managed to fix it by just removing that config variable completely @big-carpet-38439 why would that be?