React I get an Opaque JWT when I call getAccessTokenSilently, even after defining the audience and scope in the Provider

For anyone facing this same issue, I found the solution here: Invalid access token payload, jwt encrypted with A256GCM
It was indeed due to the audience not properly configured.

1 Like