Just recently, using the react sdk, after I complete signup on localhost I get the consent dialog and click confirm. After redirect to my app where I try to get access token silently, it errors out saying consent required. Why is this failing? I gave consent.
Just to clarify, the call to /authorize
fails with consent error
seems as tho params changed for getAccesTokenSilently :
const token = await getAccessTokenSilently({
audience: AUTHO0_AUDIENCE,
});
AUTH_0_AUDIENCE used to be the address but now its just the audience string
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.