Troubleshooting SSO OIDC setup error 'The scope must include an \"openid\" value'

Original Slack Thread

For those who setup SSO OIDC with quickstart docker deployment and get the error “The scope must include an \"openid\" value”,
The cause is that you set the following variable in the docker compose file:
- AUTH_OIDC_SCOPE="openid profile email"
The correct value is
- AUTH_OIDC_SCOPE=openid profile email

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Which DataHub version are you using? (e.g. 0.12.0)
  2. Please post any relevant error logs on the thread!

Hey Difu- sorry about the delay in getting back to you. Is this still an issue?