I’m hitting a bug and I’m stumped as to why. When ...
# prisma-whats-new
a
I’m hitting a bug and I’m stumped as to why. When I call
createUser()
(a graphql function) with auth0, I am getting a response of
The provided idToken is invalid
despite having the auth0 integration credentials correct
a
Did you check my earlier post about Auth0? - Check HS256 algorithm - Check OIDC conformant disabled - Check no audience specified in client
a
Hm, yes… the settings all match, @agartha
a
Can you doublecheck the received token on jwt.io
a
This client is an older client (created a few months ago)
Yes, will try that
yes, it’s a JWT token with HS256 and no audience
👍🏻 1
a
And the Auth0 integration settings (keys) at Graphcool are also correct?
And your talking to the correct Graphcool project from the correct Auth0 client?
a
yep. triple checked and reset several times
yes
a
client_secret visible on the Graphcool side?
a
yes, it’s the same client_secret on graphcool as auth0
a
Can you try to decrypt the token on jwt.io with the settings from the Graphcool integration page, just to be 100% sure?