id_token availability in addition to access_token returned after OIDC authentication #21156
tadasbar
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running into an issue when I attempt to use the user's login credentials to authenticate with Google Cloud (Workforce Identity Federation to be specific). This requires the
id_tokenreturned by the{URL}/oauth/tokenPOST request.Unfortunately, out of the
id_token,access_tokenandrefresh_tokenwhich are returned in the response, only theaccess_tokenis accessible when creating a workspace template. Currently I rely on a hack to retrieve the ID token.I see that very recently there was a PR #20991 addressing this - some work was done, but it was abandoned.
Beta Was this translation helpful? Give feedback.
All reactions