swift-breakfast-25077
04/14/2022, 8:25 PMdatahub 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=([^@]+)
square-solstice-69079
04/14/2022, 8:56 PMswift-breakfast-25077
04/14/2022, 11:13 PMbetter-orange-49102
04/15/2022, 2:29 AM