-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
OIDC: Something wrong happens when verifying our internal JWT #23007
Comments
/cc @pedroigor, @sberyozkin |
@FroMage Hmm, but we sign the internal token using the |
@FroMage It looks like, while the correct assumption is made that it is an internal ID token, the wrong cookie containing some other tenant's token may be picked up. Can you grab the token in the debug mode, in |
Huh. WTF. I have what looks like a real token now:
How did that happen? Did facebook start support oidc today? |
@FroMage Looks like it is indeed returning an
|
Amazing, FB started sending an ID Token. Excellent. We can change the config for known providers. I can make a PR if you want, also with the fix for Apple discussed in #22572 (comment) |
@FroMage Re Re |
Describe the bug
I just got this issue when trying to log in using Facebook:
Can we really make internal tokens with an algo we don't permit?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: