ShanzRules wrote:
Hi
We would like to integrate guvnor with SSO(Sun access manager),
we have a portal application already integrated with sun access manager ,
and from portal we want to have a guvnor link on it and if we click on the
link , it should redirect to the guvnor home page without again displaying
the guvnor login.guvnor should automatically read the user credentials and
redirect to the home page for rules editing.
Please provide the solution if anyone has already implemented it.
Appreciate all your help
Regards,
Shantha
Hi Shantha, have you looked into OpenSSO? You may want to download an
evaluation version of JBOSS SOA-P. There is an opensso demo in SOA-P
which shows how to integrate OpenSSO with JBossAS or Tomcat. Once you
manage to get OpenSSO working, all you need to do is to change guvnor
login configuration to use the opensso login module, for example, the
corresponding section in components.xml should read like below:
<security:identity authenticate-method="#{authenticator.authenticate}"
jaas-config-name="OpenSSOLogin"/>
Hope this helps,
Jervis