Unable to add audience parameter to getAccessTokenSilently

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"
          }
1 Like