The Sign-In Widget uses the Interaction Code flow to interact with the Okta Identity Engine.
Ensure that the Interaction Code flow is enabled:
- In your org
- In your authorization server
- In your app integration
To configure your app so it requires only a password, see Set up your Okta org for a password factor-only use case.
Ensure that the Sign-In Redirect URI that you set in your app integration and your app's config file are the same. If you're using the sample app, this should be http://localhost:8000/login/callback. Where you see ${yourSignInRedirectUri} in this guide, replace it with your sign-in redirect URI.