Hi, I am using JSON authentication and now it would be nice if I could hide the actual JSON authentication string in a keystore, and send login as GET myserver/?key=abc-123. The actual value would the be fetched from keystore and in Nginx the proxy_pass call would be like proxy_pass .../?data=$actualjson
I have tested a solution like this but can not get it working. The log says http-nio-8080-exec-5] DEBUG o.a.g.r.auth.AuthenticationService - Anonymous authentication attempt from [10.x.x.x, 10.x.x] failed. When I copy the ?data=xxx from tomcat log and run it in my browser I get logged in. Any suggestions how to get it working? /Perre
