Unregistered_redirect_uri when i use eth(siwe) to login in

I refer to this article Sign In With Ethereum (SIWE), Now Available on Auth0

but i still got a error like this

this is my code:

ReactDOM.render(
  <React.StrictMode>
    <Auth0Provider
      domain={domain}
      clientId={clientId}
      redirectUri={window.location.origin}
    >
      <App /> // login 
    </Auth0Provider>
  </React.StrictMode>,
  document.getElementById('root')
);

this is my shell
curl -X POST https://oidc.login.xyz/register -d '{"redirect_uris":["http://localhost:3000"]}'

The client_id and client_secret I got from the shell were configured in siwe’s settings.

Hi @xinyu.hou,

Take a look at this thread and see if it solves it:

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