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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -