java - Spring security between web apps- NOT SSO -


i'm using spring security 3.1.4 , have following question: have 2 web apps 1 "admin" , other "users". admin calls other using controllers. communication use spring security, thought of option create special "login" controller in user app admin , create special "admin user" authentication information (login name, password , role..) , every time want communicate admin app use controller. valid , common solution?


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -