Missing Refresh Token Error When Using getAccessTokenSilently With Params

Hi @jquerijero,

I recommend checking out our Error: Missing Refresh Token knowledge solution on this error for more details.

Now, you should be able to pass the scope in the request outlined in the GetTokenSilentlyOptions | @auth0/auth0-react documentation.

If you need to add scopes dynamically on login, you could use a post-login action script and call the api.accessToken.addScope(scope) method.

Thanks,
Rueben