Issue with Decoding Access Token when passing from NextJS to Flask

Hey @dylan6 thanks for following up with the solution :white_check_mark:

That’s correct though, unless the access token contains a valid audience value it will be an opaque token and therefore not able to be decoded. Some helpful resources for future reference:

Cheers!