For authentication to work, you need to add callback URLs into your app.
A callback URL is the web address where a user is sent after they authenticate or sign out.
- In Kinde, go to Settings > Applications.
- View the details of an application.
- In the Allowed callback URLs section, enter a callback URL. For example
https://[YOUR_SERVER_URL]/kinde_callback
- In the Allowed logout redirect URLs field, enter a redirect URL. For example, enter your website address or the URL for a custom logout screen. Make sure you also register the redirect URL in your application settings.