Questions with Third-Party Access Management Systems
498760Mar 27 2006 — edited Sep 12 2008I was reading: http://download-east.oracle.com/docs/cd/B14099_18/idmanage.1012/b14078/tpsso.htm#i1009152
And few questions raised in my head:
1st: On the IPASAuthInterface implementation we're told to fetch a header that was set by the third party server. Well, if we do a redirect from that server the header does not reach the destination, what would look like the code on the client?
2nd After oracle fetches the info needed, will it then generate the SSO_ID cookie put on the response? Where does it redirects the user afterwards?
3rd Will this overwrite the convetional way of authentication within Oracle AS?
Best Regards