Query about invoking gettiingaccessTokenSilently() with limited scopes

Hi @praskatti ,

You’d want to set the commonly used scopes in the Auth0Provider, and add additional scopes as and when required using the getAccessTokenSilently to fetch new tokens with the relevant permissions.

There’s some previous community questions here on this topic which may help you:

You may also want to review this blog article:

1 Like