Token & id_token

Hi @mathiasconradt,

Thanks for getting back to me.

I’ll try the react sample to see what I get. The access token in the response I receive looks similar to yours from your screenshot, however, I am not able to pass that to my API. My API says that it is not a valid token and testing it on jwt.io also does not provide any useful info. I am expecting a token roughly the same size/style as the id_token, but for my API.

For the logout, I have this working so not a serious issue right now. Some more info related here: OIDC-client and Auth0: How to log out correctly?