Go to Forum New

Authentication of a WebSite - trustin another host

Hi,

I'm running Oracle with a WebServer (apache) together, so that the URL can point to a Oracle Package/Procedure, creating then a WebPage using htp.xxx etc. Of course i want the user to be authenticated when accessing the site. In my situation, the user has to access a general login page on another WebServer (IIS) for authentication, and i don't want him to enter Username/Password again when calling the URL for the Oracle Procedure.

What can i do to let Oracle or the WebServer (apache) running there to trust the other WebServer (IIS)?

thanks!

Go to Forum