Auth0 Social login - jwt validation issue #22
Closed
GaoWhitebird
started this conversation in
General
Replies: 2 comments
-
An issue with more detail has been created here IronCoreLabs/ironoxide#280 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue should've been fixed by IronCoreLabs/ironoxide#281, let us know if it's still present. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Auth0 social login in my Android app.
My app is getting idToken from Auth0 social login.
But if try validate JWT with the idToken, getting below error for Social logins(Facebook and Google).
Can I get update Ironcore libraries with fixing the issue please?
Jwt jwtIron = Jwt.validate(idToken);
java.lang.Exception: 'jwt' failed validation with the error 'JSON error: duplicate field sid at line 1 column 625'
Beta Was this translation helpful? Give feedback.
All reactions