Skip to content
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

fix: Verifier Algorithm #1696

Merged
merged 3 commits into from
Nov 29, 2023
Merged

fix: Verifier Algorithm #1696

merged 3 commits into from
Nov 29, 2023

Conversation

SnowMarble
Copy link
Contributor

@SnowMarble SnowMarble commented Nov 27, 2023

Fixes #987 🦕

I found that the sign and verify algorithms were different, and I think we need to make those the same as RSA-SHA256 because the header of the actual id_token shows it's using this.

I'm pretty sure it supposed to make an error, but Node has handled this somehow properly.

However, Bun does not allow it. I've tested this works fine.

@SnowMarble SnowMarble requested review from a team as code owners November 27, 2023 07:29
Copy link

google-cla bot commented Nov 27, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 27, 2023
@danielbankhead danielbankhead changed the title fix: wrong verifier algorithm fix: Verifier Algorithm Nov 29, 2023
@danielbankhead danielbankhead added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 29, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 29, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 29, 2023
@danielbankhead danielbankhead merged commit c5080a0 into googleapis:main Nov 29, 2023
15 checks passed
@SnowMarble SnowMarble deleted the patch-1 branch November 30, 2023 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid token signature
4 participants