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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -