OIDC login error

Facing below error for OIDC setup with google cloud.
Parsing error for OIDC discovery document: [Line 1, column 0: Unexpected end of stream.

Appreciate your help.Thanks!

Can you check if the format matches one of the ones listed at OpenID Connect & OAuth 2.0 API | Okta Developer ?

The get call for the https:// ${yourOktaDomain} /.well-known/openid-configuration returns 200 OK

@harsha I’m coming from left field in a completely different platform, but maybe was making the same error as you in GCP, so I could not leave you hanging. Try inputting just the root https://${yourOktaDomain} into the “Issuer URL” field in the Configure OIDC provider page in GCP. GCP apparently wants to conduct its own search programmatically, and does not want you to point it directly at the .well-known, etc. children nodes. Let me know if this helps anyone.

@Google please validate this field upon input, it’s not hard.