Hello,
I am trying to use Kerberos authentication in one of the EJB3s deployed in JBOSS. JBOSS is version 6.2.
I have setup the -D options in the JBOSS standalone xml to point to the krb5.conf and the jaas.conf. The issue I am currently facing is the application uses a (default) security real called "other", and the one I have setup with Kerberos is called "KRB". I have tried specifying the security domain in a jboss-ejb3.xml, but then the error is: JBAS014134: EJB Invocation failed on component ReverseStringEJB3Bean for method ...
My next try would be to specify the security domain inside the java code with @SecurityDomain and so on.
Any other ideas of what I might be doing wrong? Or suggestions on what else should I try?
Thanks in advance,
Desislava
Hi,
there is 7.0 documentation [1] how to do so. However not sure, if same is working in 6.2
[1] How to Set Up SSO with Kerberos - Red Hat Customer Portal