Federated clients cannot access non-authority tenants - from Heroku

Hello community,

I am very new to Auth0, just trying to integrate simple react application deployed on Heroku with Auth0. I have followed the tutorial and

  • configured the Application (as SPA)
  • used and configured the @auth0/auth0-react
    <Auth0Provider domain={process.env.REACT_APP_DOMAIN} clientId={process.env.REACT_APP_CLIENT_ID} redirectUri={process.env.REACT_APP_REDIRECT_URL}>

everything seems to be OK, however, when I try to login, I am redirected and the page shows " invalid_request : Federated clients cannot access non-authority tenants." error

any ideas? many thanks!

managed to resolve the issue… the problem was in wrong clientId - the error message was kind of misleading btw

hope this might help someone in the future

-jp

1 Like

Thanks for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.