Hi everyone, I installed datahub with the quicksta...
# troubleshoot
s
Hi everyone, I installed datahub with the quickstart guide, I want to configure google oidc authentication, for this I added configurations in the docker-compose-without-neo4j.quickstart.yml file (datahub-frontend-react environment), then I executed the command
datahub docker quickstart --quickstart-compose-file docker-compose-without-neo4j.quickstart.yml
however when I go to http://localhost:9002/callback/oidc I get the message Failed to perform SSO callback . SSO is not enabled for protocol: oidc any ideas ?? PS : Configurations added in docker-compose-without-neo4j.quickstart.yml:
AUTH_OIDC_ENABLED=true
AUTH_OIDC_CLIENT_ID= "myclientid"
AUTH_OIDC_CLIENT_SECRET= "myclientsecret"
AUTH_OIDC_DISCOVERY_URI=<https://accounts.google.com/.well-known/openid-configuration>
AUTH_OIDC_BASE_URL=<http://localhost:9002>
AUTH_OIDC_SCOPE="openid profile email"
AUTH_OIDC_USER_NAME_CLAIM=email
AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
s
Also just about to add Azure AD auth. With quickstart, do I add the config it here in the docker-compose file? I can check what works for me @swift-breakfast-25077
s
yes, but it didn't worked for me 🤔
b
im not very good at oidc troubleshooting, you can search for "AUTH_OIDC_BASE_URL" and see how the others are specifying it