简体   繁体   English

自动基于JBoss Form的身份验证

[英]JBoss Form based authentication automatically

A customer wants to reach a section (where a process with a wizard take place) of our app from their portal. 客户希望从其门户访问我们的应用程序部分(进行向导的过程)。 It means, from their app (.Net) they want to have a link in order to reach a particular section of our app BUT! 这意味着,他们希望从他们的应用程序(.Net)中获得一个链接,以便到达我们应用程序的特定部分,但! without having to go through the login process. 无需执行登录过程。 Our app is a java app (GWT) and it uses FORM based authentication. 我们的应用程序是一个Java应用程序(GWT),它使用基于FORM的身份验证。 I did an implementation with oAuth but they don't want login. 我使用oAuth进行了实施,但他们不想登录。 I have not idea how to deal with this problem, I don't know if there is an alternative to get logged in by following the way they are looking for. 我不知道如何处理此问题,我不知道是否有其他选择可以通过遵循他们所寻找的方式来登录。

You probalbly need Single Sign On. 您可能需要单点登录。

If you choose to go the SSO way, there are some libraries that might help like JCIFS (useful for auth using NTLM) , Jespa. 如果您选择采用SSO方式,那么有些库可能会有所帮助,例如JCIFS(可用于使用NTLM进行身份验证),Jespa。 There is also Waffle, but this one works just on Windows server. 也有Waffle,但是这一功能仅适用于Windows服务器。

This article explore many options for JBoss: https://dzone.com/articles/choosing-sso-your-jboss 本文探讨了JBoss的许多选项: https : //dzone.com/articles/choosing-sso-your-jboss

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM