我想說明一點,wildfly 9可以通過kerberos驗證用戶身份,並用ldap授權他們。wildfly(9)+ kerberos + ldap(活動目錄)
我有豐富的EJB客戶端使用JAAS(具有com.sun.security.auth.module.Krb5LoginModule
)。
我需要一些樣本,包括分步配置。
什麼我發現是:
- wildfly與LDAP(https://developer.jboss.org/wiki/LDAPSecurityRealmExamples)
- wildfly與SPNEGO(https://github.com/kwart/spnego-demo)
- wildfly使用Kerberos用於服務器管理(http://darranl.blogspot.co.uk/2014/10/wildfly-9-kerberos-authentication-for.html, http://darranl.blogspot.co.uk/2014/11/wildfly-9-kerberos-authentication-with.html)
但是我沒有網絡,但豐富的應用程序+我沒有使用LDAP進行身份驗證,但kerberos。而且我不僅需要管理操作才能使用Kerberos進行認證。
任何完整的示例/參考文獻嗎?
尚未深入查看鏈接,但可以輕鬆地將我的代碼從[Tomcat](http://tomcatspnegoad.sour )Wild。。它會給你想要的。 –