-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support id_token for JWT path #123
Comments
Hi @gfrankliu, can you see if this is the same issue as #119? If so, it should have been fixed in release 1.2.1, and you could try again with the updated binary. Thanks! |
Yesterday I tried both prebuilt binary from https://storage.googleapis.com/oauth2l/latest/linux_amd64.tgz and built myself from the latest source (master). Same results. |
Discussed with @gfrankliu offline and came up with the following findings:
|
I tried to generate an id_token to test Google Cloud Run, but
It only outputs the access_token, but no id_token.
I tried this token in curl against my cloud run url and got error:
The text was updated successfully, but these errors were encountered: