views:

17

answers:

0

Hi all,

I have a requirement to be implemented with SSO, spefically the Oracle SSO with OID. The requirement may not be so SSO-like.

The user will need to have two logout options:

  • Global logout (which will be the SSO logout, invalidating the session in all logged in applications). According to what I have read, Oracle SSO achieves this by defining "Partner applications". Each of these must specify a logout URL, in which its session is invalidated (even performing save actions before logout, or even prompting for user interaction).

  • Application-specific logout, which will cause the SSO login screen to re-appear when the user goes to the specific application.

Is this scenario possible with SSO?

Regards,