I have Shiro configured and running fine in my environment. I can authenticate manually through a standard html loginform.
shiro.ini is configured with usernameParam = user and passwordParam = pass. I have a custom realm in place to do a Salted password (sha512) within a database. What I seem unable to do is programmatically perform a logon and subsequent request, using HttpClient. I have some activities that I would like to automate and have them executed through the standard REST interfaces which are currently being protected by Shiro. I have searched online and cannot find any examples. Any pointers or examples would be greatly appreciated. Regards, Neil -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-Authentication-via-HttpClient-request-tp7579052.html Sent from the Shiro User mailing list archive at Nabble.com.
