Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have 2 websites on the same server: one is made by joomla 3.0 (php), the other by spring framework 3.2 (java).

I would like to have a SSO with minimum code: people can sign-in from one website and they don't need to sign-in for the other.

I thought to openid. But I don't want everybody having an openid to sign-in, so I have to provide my own openid server. Is it a good solution? Is there any better alternative?

share|improve this question

1 Answer

up vote 0 down vote accepted

I resolve the problem by using cookies: both websites are in the same domain. So I coded an external authentication plug-in for Joomla 3.0.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.