Oracle Single Sign On (SSO)

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 mentioning Delphi).

I wonder if it's possible to access SSO functionality from Delphi using DOA?

Thanks,
Vladimir
 
Which specific SSO functionality do you wish to use?

------------------
Marco Kalter
Allround Automations
 
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 call to PARSE_URL_COOKIE.

In other words, I need to be able to access WWSEC_SSO_ENABLER_PRIVATE package functionality. It seems it's feasible, I just wanted to confirm that somebody succsessfully use Oracle SSO using Delphi.

Vladimir
 
Back
Top