How can I continue authentication on web application after MFA Setup

RYO Inaoka 0 Reputation points
2024-07-26T02:04:51.5933333+00:00

I am implementing Microsoft OAuth SSO in my JavaScript application, and I check the authentication methods of MS users. If MFA is not configured, I redirect them to https://aka.ms/setupmfa. However, after completing the MFA setup, users remain on https://mysignins.microsoft.com/security-info and cannot continue the application authentication process. Users cannot use conditional access. That's the reason why I choose this way.

Is it possible to require MFA for application users within the Microsoft OAuth SSO flow without using Conditional Access? Additionally, does https://aka.ms/setupmfa provide any query parameters to continue the application sign-in process?

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
845 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.