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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -