Hi I have a spring mvc rest services and I want to establish security system with active directory. My Scenario, User login its pc and make a call over explorer or postman something like that.
My rest service understand current credential and check authorization
My rest service works on windows or linux.
How can I build this integration.
I read some article some people advice kerberos integration but that needs keytab to run .Is it possible to run without keytab or some other integration formula.