]
Darran Lofthouse updated WFLY-5131:
-----------------------------------
Fix Version/s: 10.0.0.Final
Kerberos authentication for remoting EJB without interaction does not
fallback correctly
----------------------------------------------------------------------------------------
Key: WFLY-5131
URL:
https://issues.jboss.org/browse/WFLY-5131
Project: WildFly
Issue Type: Bug
Components: EJB, Security
Affects Versions: 10.0.0.Beta1
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Fix For: 10.0.0.Final
In case when kerberos authentication with properties fallback is correctly configured in
security realm and user without correct kerberos ticket tries to invoke EJB via EJB
client, then EJB client asks for kerberos username in interactive mode. It works correctly
when user interacts with this mode but it causes inconvenience for access without user
interaction. Fallback cannot be taken into account because EJB invocation stucks in
interactive mode which leads to RuntimeException: Operation failed with status WAITING.
There should be any possibility how to disable interactive mode for users which invoke EJB
without kerberos.