What goes wrong? I am passing the token received from the front end here
Hi @sandervaneck,
It sounds like you may be dealing with an opaque access token. Auth0 uses this proprietary format, which includes 4 periods and 5 parts, for access tokens that are issued when no audience
parameter is specified in the request.
https://auth0.com/docs/secure/tokens/access-tokens#opaque-access-tokens
1 Like