I'm in the process of learning SSO, and I think I need -
1) Check for SSO_ID cookie (easily done without DOA, obviously)
2)If SSO_ID cookie is not present in client request: Generate redirect to login server URL (via WWSEC_SSO_ENABLER_PRIVATE.GENERATE_REDIRECT)
3) Decrypt SSO_ID cookie via...
I'm looking at possibility to utilize Oracle SSO from Delphi-based application (namely, I need to implement SSO-based ISAPI authentication filter).
Oracle has Java and PL/SQL APIs to SSO, and that's it (I havn't found any way to access SSO functionality via some sort of C-based APIs, not...