Hey there @gt2960 !
I’m not positive what that error means, but passing the audience param in authorizationParams
may resolve it:
const accessToken = await getAccessTokenSilently({
authorizationParams: {
audience: "API_IDENTIFIER"
}