I'm trying to get to point, where wildfly 9 would be able to authenticate users with kerberos and authorize them with ldap.
I'm having rich EJB client using JAAS (having com.sun.security.auth.module.Krb5LoginModule
).
I'd need some sample including the step-by-step configuration.
What I've found is:
- wildfly with LDAP (https://developer.jboss.org/wiki/LDAPSecurityRealmExamples)
- wildfly with SPNEGO (https://github.com/kwart/spnego-demo)
- wildfly with kerberos for server management (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)
however I have not web but rich application + I'm not using LDAP for authentication, but kerberos. And I need not only management operations to be authenticated using kerberos.
Any complete sample/references out there?