简体   繁体   English

通过AD在PLAY应用上进行身份验证

[英]Authentication by AD on a PLAY app

we have a web based app using play 2.2.3 framework deployed on jboss 8 Linux platform (wildfly), and we would like to implement a SSO authentication using AD. 我们有一个基于Web的应用程序,该应用程序使用部署在jboss 8 Linux平台(wildfly)上的play 2.2.3框架,并且我们希望使用AD实施SSO身份验证。 What is the best way to do it. 最好的方法是什么。

You can authenticate to AD using LDAP. 您可以使用LDAP向AD进行身份验证。

Personally I've used UnboundIDs LDAP SDK successfully in Play projects, but basically any LDAP library should work well to do a simple bind. 我个人已经在Play项目中成功使用了UnboundIDs LDAP SDK ,但是基本上任何LDAP库都可以很好地完成简单的绑定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Azure AD的Azure API APP身份验证 - Azure API APP authentication using Azure AD Windows Phone身份验证? PubCenter广告应用程序创建? - Windows Phone Authentication? PubCenter Ad app creation? 在单页应用程序中播放框架身份验证 - Play Framework Authentication in a single page app Azure function 应用程序使用 CSOM 和 Azure AD 进行身份验证 - Azure function app using CSOM and Azure AD for authentication 如何使用Azure AD身份验证库登录WPF应用程序? - How to use Azure AD Authentication Library to sign in to WPF app? 使用 Azure AD 配置身份验证,用于使用 ARM 模板的 Azure 应用服务 - Configuration Authentication with Azure AD for Azure App Service with ARM template 使用AD身份验证从Azure Web App获取用户 - Obtain user from Azure Web App using AD authentication 临时苹果应用程序分发IIS7 Windows身份验证IOS 5? - Ad hoc Apple App distribution IIS7 Windows Authentication IOS 5? 使用 dotnet Core Web MVC 应用程序找不到 Azure AD 身份验证的质询和身份验证方案 - Challenge and Authentication Schemes not found for Azure AD Authentication with dotnet Core Web MVC app .Net 客户端应用程序 Azure AD 身份验证 Cookie 身份验证然后 Bearer token 调用下游 API - .Net Client App Azure AD Authentication Cookie Authentication And then Bearer token to call downstream API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM