Hello everyone ! I am trying to write a custom service which uses LDAP to authenticate and relays the "Authorization" header so that my end API (behind knox) receives this header and can perform HTTP Basic Authentication.
I have no problem with authenticating Knox with my LDAP server, but I realized that it does not relay the Authorization header to my end API. I have tried many things but I cannot figure out how to do this. With headers rewriting ? With a custom dispatch class ? I have also come across a class *BasicAuthChallengeFilter.java* in the source code, but I don't know if it does the job and how to really use it. Thanks a lot for your help ! Jeremie
