-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
1.2.3.Final
When trying to connect as with Oracle JDK, following error occure:
Failed to connect to the controller: Unable to authenticate against controller at localhost:9990: ELY05053: Callback handler failed for unknown reason: java.lang.reflect.UndeclaredThrowableException: org.ietf.jgss.GSSException, major code: 11, minor code: 0 major string: General failure, unspecified at GSSAPI level minor string: Cannot get credential for principal default principal
This is probably related to missing useDefaultCcache JAAS config (false by default):
https://www.ibm.com/support/knowledgecenter/en/SSYKE2_6.0.0/com.ibm.java.security.component.60.doc/security-component/jgssDocs/jaas_login_user.html
- is related to
-
ELY-1565 local-kerberos can be removed/deprecated from authentication client
- Resolved