tomcat - Using Liferay as a SSO provider for another application -
i understand in non-standard situation violates every liferay best practice on earth, bear me.
i have independent web application, contained in own .war, somehow managed deploy on same tomcat has bundled liferay 6.1.0 installation, got liferay respond own context path (/wise
) , other application respond own, /wip-reports
.
what need have preexistent web application check if requests coming user has logged in liferay or not, having liferay act sso provider application.
i added liferay-plugin-package.xml
application's web-inf
have liferay believe it's portlet, still don't know how (if) can have liferay tell other application's servlets if requests coming user has signed on or not.
i told add liferay's invokerfilter
application's web.xml
, after doing had no success, , looking @ invokerfilter
source code don't see how possibly have been of help.
any (preferably simple) ideas?
liferay 6.1 ee comes saml provider built in https://www.liferay.com/web/mika.koivisto/blog/-/blogs/getting-started-with-liferay-saml-2-0-identity-provider
for ce editions, you're on own, guess clever liferay services 1 accomplish lot. hints from here on liferay forum.
good luck
Comments
Post a Comment