]
Stefan Guilhen closed ELY-1073.
-------------------------------
Fix Version/s: 1.1.0.Beta50
(was: 1.1.0.Beta54)
Resolution: Done
Add support for kerberos security factory in
AuthenticationConfiguration
------------------------------------------------------------------------
Key: ELY-1073
URL:
https://issues.jboss.org/browse/ELY-1073
Project: WildFly Elytron
Issue Type: Task
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: 1.1.0.Beta50
Authentication configuration should be able to use a kerberos security factory to obtain
the GSSCredential and associated KerberosTicket for authentication. The CallbackHandler
code should check for CredentialCallbacks of type GSSKerberosCredential and use the
configured factory to retrieve the credential and associated ticket.