Need directions on handling the scenario: MsalClientException: Sdk canceled the auth flow #1807
Unanswered
slakshmanan-isn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@slakshmanan-isn, For any GitHub issues we recommend posting your questions here . Can you also please share your code implementation if it is open source or logs at least if possible for us to investigate deeper? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the MSAL library for password less login using a phone number and OTP code sent to the phone. I'm running into a scenario we see an error.
com.microsoft.identity.client.exception.MsalClientException: Sdk canceled the auth flow as the app launched a new interactive auth request.
We used the 'SingleTop' launch mode to open the existing activity if it exists, but that doesn't help. (SingleInstance doesn't help either)
Is there a way to resume the authentication flow from where it was left in this scenario? or any recommended way of handling the exception thrown by the MSAL auth library?
Beta Was this translation helpful? Give feedback.
All reactions