Monday, October 18, 2010

Custom JavaSSO logout to return SSO logout page, not the EM welcome page

We had an application deployed to Oracle Application Server. It used JavaSSO for single-signon. When logging out, the application returned to the Enterprise Manager welcome page, not the JavaSSO logout page.

Found the problem was with the jazn.xml file in the container level, there was a entry:

    property name="custom.sso.url.param" value=""

Removing it fixed the issue.

No comments:

Post a Comment