You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there's no UI component in the React SDK for the Identifier First authenticator even though this is supported in the API-based auth APIs. Therefore we need to implement this authenticator.
Steps to reproduce:
Create an application with API-based auth enabled.
Add identifier first as a step in the login flow of the application.
Attempt to login to the application. It will not show any UI for the identifier first authenticator step.