Windows在Play Framework 2中登录了用户SSO [英] Windows logged on user SSO in Play Framework 2

查看:384
本文介绍了Windows在Play Framework 2中登录了用户SSO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何与MS Windows登录用户一起为Play Framework Web应用程序配置SSO?

我想在企业环境中部署Play Framework Java Web应用程序,在该环境中,用户希望使用MS Windows登录用户在后台执行身份验证.能够根据用户身份适应Java Web应用程序的行为非常重要.

I would like to deploy a Play Framework Java web app in an enterprise environment in which the users expect the authentication to be performed behind the scenes using the MS Windows logged in user. It is important to be able to adapt the java web app behavior depending on who the user is.

我知道可以使用例如Waffle或SPNEGO为JEE应用程序配置此功能.但是,如何为Play Framework 2.x应用程序执行此操作?通过使用 play2-war-plugin 打包为WAR,并在例如JBOSS Application Server上进行部署?如果那是个好方法,我如何找到有关如何修复配置的信息?

I understand this can be configured for JEE apps using Waffle or SPNEGO for example. However, how can I do this for a Play Framework 2.x application? Through packaging as a WAR using play2-war-plugin and deploying on JBOSS Application Server e.g.? If that is good approach, how do I find information on how to fix the configuration?

推荐答案

我已经为Play 2创建了一个插件.

I have created a plugin for Play 2.

它使用kerberos支持SSO,并回退到html.

It's supporting SSO using kerberos, and fallback to html.

如果您仍在寻找解决方案,请看一下.

Take a look on it, if you still looking for a solution.

https://github.com/SlyngDK/play-module-ad-sso

这篇关于Windows在Play Framework 2中登录了用户SSO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆