How can I continue authentication on web application after MFA Setup

RYO Inaoka 0 評価のポイント
2024-07-26T00:08:32.56+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
このタグを使用して、提案、機能要求、バグを Microsoft Q&A チームと共有します。 Microsoft Q&A チームは、定期的にお客様のフィードバックを評価し、その過程で更新プログラムを提供します。
26 件の質問
{count} 件の投票

お客様の回答

回答は、質問作成者が [承諾された回答] としてマークできます。これは、ユーザーが回答が作成者の問題を解決したことを知るのに役立ちます。