You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_token returned by the {URL}/oauth/token POST request.
Unfortunately, out of the id_token, access_token and refresh_token which are returned in the response, only the access_token is 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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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