java - Using mutual SSL for secure proxying of requests -


i'm working on website (a) that's going proxy requests to/from other websites (b) plugged-in (a). both , b internal user needs authenticated in order access them. moreover, specific users can use specific websites (b).

i'm looking best way of passing credentials of user accessed (a) service (b) service (b) can authenticate same user.

i thought using mutual ssl ensuring secure connection between (a) , (b). i'm complete newbie in world of network security, i'd appreciate opinions it. also, libraries use? , how feasible passing certificate of given user through website (a) (b) if use mutual ssl authenticating between user , website (a) too?


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -