goran wrote: > I have the problem to accomplish SSL connection with servlet on Oracle AS. > Application server is configured to use SSO for authentication. When I try > to access servlet, AS redirect my request to SSO for authentication. As the > result of authentication I got cookie with SSO_ID parameter, but response > message is “ Oracle SSO Failure - Unable to process request.Either the > requested URL was not specified in terms of a fully-qualified host name or > OHS single sign-on is incorrectly configured. Please notify your > administrator”
Have you set the "Referer:" header in the redirected requests? http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.36 cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
