Azure Active Directory MFA
我们的客户使用 Azure AD 进行操作,并希望将 Azure AD MFA 集成到我们的 Web 应用程序 (PHP) 中以提高安全性。不使用 Microsoft 身份平台 (SSO) 是否可以实现此目的?我似乎也找不到 Azure AD MFA 的 REST API。我可以使用任何替代选项来实施 MFA?一些建议将受到高度赞赏。谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尚未在 azure 广告中注册 php 应用程序,如下所示:
快速入门:应用程序注册-常规- Microsoft 身份平台 | Microsoft Docs
在 azuread 中进行应用注册。
您可以在 Katy 的技术博客中查看详细信息。
有关代码配置详细信息,请参阅通过演示站点登录 PHP Azure AD(使用 oAuth)-GitHub 参考。
对于包括多重身份验证**(MFA)**:
刚刚注册并创建了包含 MFA 要求的政策
它要求用户使用您的方法进行额外的身份验证
启用短信、电话等
下一步
<图像src="https://i.sstatic.net/q4Uhr.png" alt="在此处输入图像描述">
或者您可以直接进行条件访问并在创建访问策略时选择所需的应用程序。
在条件访问中完成所有设置后,请确保启用策略并保存,以开始使用需要 MFA 的 Azure 广告进行身份验证。
另请检查参考:
If you have not already registered the php app in azure ad like below:
Quickstart: app registration-general- Microsoft identity platform | Microsoft Docs
Go for app registration in azuread .
You can see detailed info in here in Katy's Tech Blog .
See PHP Azure AD login with demo site (using oAuth)-GitHub reference for code configuration details.
For including multifaction authentication**(MFA)** :
have just registered and create a policy to include MFA Requirement
which asks users for additional authentication with the methods you
enables like sms, phone call etc
next
Or you can directly go for conditional access and select app required while creating access policy.
After all set up in conditional access, make sure to Enable policy and save ,to start authenticating with azure ad which requires MFA.
Also check references: