Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 336 Bytes

File metadata and controls

6 lines (4 loc) · 336 Bytes

JavaKerberos

An attempt at creating a KDC supported access to a web service.

This project uses a combination of 2 Kerberos dependencies. Kerby for the KDC, and Kerberos for Spring - SPNEGO. SPNEGO handles negotiation on the client side, while Kerby is running inside a dockerized KDC.

TODO: Add more prinicpals and enable testing.