You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call getAccessTokenSilently to retrieve a new access token.
Observe the error in the console.
Additional context
We are using Universal Login for our Auth0 setup.
This issue appears to be related to the Content Security Policy settings of our Auth0 tenant. The frame-ancestors 'none' directive is preventing the request.
auth0-react version
2.2.4
React version
18.2.0
Which browsers have you tested in?
Chrome, Firefox
The text was updated successfully, but these errors were encountered:
Checklist
Description
When we attempt to get a token using getAccessTokenSilently after a session has expired, we receive the following error:
Refused to frame 'https://****.uk.auth0.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'
Repository:
https://github.com/parth25/pos-react-auth0
Reproduction
Additional context
We are using Universal Login for our Auth0 setup.
This issue appears to be related to the Content Security Policy settings of our Auth0 tenant. The frame-ancestors 'none' directive is preventing the request.
auth0-react version
2.2.4
React version
18.2.0
Which browsers have you tested in?
Chrome, Firefox
The text was updated successfully, but these errors were encountered: