-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Auth0 not following oidc spec (again) (but in an other way) #136
Comments
Wonderful... you'd think Auth0 could at least be internally consistent with how they (mis)represent timestamps. Fortunately, Auth0 appears to be returning raw JSON UserInfo responses rather than signed JWTs, so in this case I would suggest having an HTTP client shim that rewrites the |
Thanks, for now I have a dedicated |
I think I am running into this issue myself. But unlike @julien-leclercq, I am not as confident in my abilities to handcraft requests with reqwest 🙈 I am running into the following error which sounds an awful lot like what is described in this issue.
When i remove the |
Hello,
As stated in the title, the
/usreinfo
endpoint returns a stringified epoch timestamp...https://auth0.com/docs/api/authentication#user-profile
If you have any idea on how I could work around this other than hand making the request. Otherwise, do not bother, the problem is definitely on their side.
The text was updated successfully, but these errors were encountered: