LdapDigestIdentityAsserter
I have a requirement to authenticate a user using digest authentication. I have added a ldapdigestIdentityasserter and a authentication provider as described in the documentation. Now my issue is how to create a java client to login using digest authentication, but I have no clue where to start. I wonder if there is some LoginModule for digest the same way there is one for basic authentication.