I’m trying to get initial setup of oidc authentica...
# gooddata-platform
k
I’m trying to get initial setup of oidc authentication working using Google as an OIDC 2.0 provider. Does anyone have a link to better documentation than what’s in the official docs for GoodData Cloud? I have followed this page, and updated the OIDC Settings of my organization (including my oauthIssuerLocation, oauthClientId, and oauthClientSecret) along with the frame-src updated for accounts.google.com, but now are in a place where my url gives me only the below and no authentication prompt based on my oauthIssuerLocation url. Only probable issue is that I’ve not gotten word back that Google has been whitelisted per my request via support ticket, but I also don’t know if there are more steps to making th is work.
b
Hi Kevin, this exact error message might be caused by some obsolete cookies present in your browser. In fact, when I navigate to your environment, I am redirected to your company auth0 provider - *.us.auth0.com (as opposed to the default one provided by GoodData), therefore I can assume that you were able to make some change to your OIDC successfully.
k
exstratus.cloud.gooddata.com_Archive [23-01-12 10-18-09].har
b
Hi Kevin, looking at the har file, I found this in our logs:
Copy code
The Issuer "<https://accounts.google.com>" provided in the configuration metadata did not match the requested issuer "<https://accounts.google.com/>"
So I guess it's just missing the trailing slash
k
Okay, let me give it a shot