Hi all,
I'd like to let my application to log in using BitBucket credentials. For that, we are using Google Identity Platform. We can set up a OpenID Connect provider (OIDC) and I set up a OAuth consumer with `email` and `account` scope in my workspace.
However, Google asks for a Issuer URL to end up the configuration. This URL should provide `/.well-known/openid-configuration` to discover the URLs to use for OAuth 2.0 code flow.
I followed OAuth consumer setup and it didn't mention it anywhere.
I didn't find anywhere where this URL is set up.
Could you help me with that?
Thanks a lot!