I am trying to implement redirect authentication using Oauth/OIDC. After the user enters credentials in the sign in page it gets stuck and there is no error displayed.
I have used Expo for developing this application. Also the redirect uri points back to the app.
The library I am using is expo-auth-session.
Please let me know what I am doing wrong.
- Is there a problem with redirect to my app?
- Is there a configuration mistake in Okta dashboard?