Federated clients cannot access non-authority tenants

“Federated clients cannot access non-authority tenants.”

I’ve never seen this error before I’m using auth0 golang API.
Any idea?

Hey there!

The context you provided certainly lack a lot of details. In order to handle that most effectively can I ask you to open a GitHubb issue here:

so we can work on it directly with the repo maintainers? Make sure to share the link to the issue with us here so we can ping repo maintainers.

Thanks Konrad,
I’m not providing a lot of details, because the error seems to be related to tenant configuration in auth0 and not necessarily something in code.

But this is what I got…

var login = new auth0.WebAuth({
  domain: auth0Domain,
  clientID: auth0ClientID,
  redirectUri: callbackURL,
  responseType: 'token id_token',
  scope: 'openid profile email'
});

and then by calling login.authorize I get redirected to a page with the above error.

This is the ReactJS SDK instead of Golang which I’m using somewhere else and got confused.

Can you raise that in the React repo then and then share the link to the issue here with us? Thanks!