I've followed this tutorial to implement different authentication mechanism into my application which uses Restlet: https://restlet.com/technical-resources/restlet-framework/guide/2.3/core/security/authentication
I would like to implement Kerberos authentication into it. I could just found that tutorial:
which does not explain it.
Is there any way to implement Kerberos authentication at Restlet?