java - How do I provide SSO for our ROR and JavaEE applications? -
we have 2 application 1 in ruby on rails , second in java ee.
we want integrate 2 application if user has done login in 1 of them other 1 should accessible without login.
how can implement this??
this 2 applications running on different servers, ror on webrick , java ee (jboss or tomcat)
what various ways integrate such applications??
what you're looking called single sign on, , there practically infinity answers how it. question closed.
but, if want 1 (of many possible) solutions, run jboss picketlink server identity management. expose soap api picketlink server, , consume 1 rails side authentication/authorization.
Comments
Post a Comment