tomcat - SSO Integration between custom java webapp and drupal -


i have custom web "portal" webapp built using jsp/tiles, spring/mvc, , hibernate. runs on apache/tomcat, mysql stack. have portal within quotes because not portal in same sense liferay, glassfish or whatever portal server. looks portal business user , 1 pulls in data several 3rd party systems through custom system integration.

i looking add community module "portal". key piece of requirement federate identity between "portal" , community server. further, facilitate seamless single sign-on "portal" community. preference keep choice of community software java-based , open source. liferay 1 example of it. jforum though limited discussion forums , not other modalities such blogs , wikis.

presently, custom "portal' provides own authentication/authorization mechanism based on user information in mysql database. appears scalable , flexible account provisioning across multiple systems, better of refactoring based on cas-based authentication supported directory server such openldap. seems approach might able integrate community server such liferay.

if extend choice of community server php-based solution such drupal, can accomplish same result through cas-based approach? recommendations on how federate identity (and enable sso) between custom java webapp , drupal? entry point (login) user community through custom "portal".

cas popular method. here drupal module support sso drupal installation.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -