Getting Silent Auth working on Safari/iOS with RefreshTokens and cacheLocation localstorage

Hi @nicholas.cole.good,

Welcome to the Community!

When you call getAccessTokenSilently are you using the same audience and scope that is set in the Auth0Provider? I’ve seen in some cases that silent auth will be required because a new scope or audience is requested after the app initiates. Silent auth won’t work when a non-custom domain is used and 3rd-party cookies are blocked.

1 Like