Hi @Naveen Kumar (NVK),
Based on your query and the logs here is the summary of the issue:
We have read the application insights and have found the working scenario has an expected behavior. We have seen the self-asserted technical profile has been called in the successful sign in attempt which is how the user provides an input of email address and move further for the authentication. This makes the authentication flow to identify the user account when it is sign up or sign in pages. The non-working scenario we have observed the sign in has called LocalAccountDiscoveryUsingEmailAddress-SignIn
which usually used to identify the user account for password reset or password less authentication. Sign in or sign-up user journey calls sign in with email for claims exchange which has to be validated by LocalAccountSigninEmailExchange
. Now to exchange the claims Self asserted technical profile
is used. Here it verifies the user and proceeds for LocalAccountDiscoveryUsingEmailAddress-SignIn
. This initiates the sign in for password less authentication. But here in this scenario, it has been called in the initial face itself and triggered which might be the reason user might see the email address page twice. Since we do not see any records of delay in insights, we believe the scenario of delay of OTPs might be dependent on the service providers now. Since the issue is intermittent, we may not be able to see the exact issue what has caused the issue.
I hope this information is helpful. Please feel free to reach out if you have any further questions.