且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Azure Active Directory中以脱机模式对用户进行身份验证?

更新时间:2023-12-03 15:29:58

那么你可能应该去目录同步



简而言之,您需要维护一台可以同步详细信息(对象,即用户详细信息)的机器,并放入文件系统,该系统可以通过LDAP协议访问,并为您提供服务即使您的应用程序正在脱机运行!



条件:至少您的应用程序应该能够连接并与本地AD或目录机器通信!



但在此之前你需要窥视这些规格:

then probably you should go for "directory synchronization"

In short you need to maintain a machine which can sync details (objects i.e. User details) and put in File system which can be accessed by LDAP protocols on top of it and serve you the request even if your application is running offline !

Condition : At-least your app should be able to connected and talk local AD or Directory machine !

but before that you need peep in to these specs :
引用:

查看对象限制



查看目录同步计算机的要求



评论域控制器的要求



确保您拥有管理员权限



审查性能考虑因素



查看硬件建议



查看Windows Azure AD身份验证要求

Review object limits

Review requirements for the directory synchronization computer

Review requirements for the domain controllers

Ensure you have administrator permissions

Review performance considerations

Review hardware recommendations

Review your Windows Azure AD authentication requirements





请按照以下步骤操作: LINK

>