panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

Getting invalid token after grant #372

Closed gwumkt closed 3 years ago

gwumkt commented 3 years ago

image

the log of userinfo is "invalid_token (invalid token provided)" although i just make the grant.

my actual goal is to save the access token in memory and to be able to know later what is his grantType

panva commented 3 years ago

You need to take this up with your idp.

gwumkt commented 3 years ago

What does it means?