SSO Authentication Not Working
marifeJul 26 2005 — edited Apr 13 2006Our configuration is HTML DB v1.6.0.00.87 running on our host name hostx with port 7779 and the OAS HTTP server running on hostx on port 7778.
I had our administrator follow the instructions in http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html for registering HTML DB as a partner application. I have one HTML DB application setup for an authentication scheme of "Based on authentication scheme from gallery:Oracle Application Server Single Sign-On (HTML DB as Partner Application)". When I attempt to run it from Application Builder, I get the error below and it then directs me to http://hostx:7779/pls/our_dad/f? and the "p=" is missing for some reason and gives me a "Error ERR-7620 Could not determine workspace for application ()." error.
Error in portal_sso_redirect: missing application registration:
Error p_partner_app_name:g_listener_token:HTML_DB:hostx:7778
Please register this application as described in the installation guide.
Redirecting to login server for authentication.
The URL for running the application is: http://hostx:7779/pls/our_dad/f?p=101:1
My system administrator has checked to see the HTML_DB listener token is set correctly. When she queried against the wwsec_enabler_config_info$ table the token looks OK. It returns 7779 as the port number, but the error message above is listing 7778. Why?
What can we look at to determine the cause of this problem? I am struggling because I am not familiar with the Oracle Application Server environment.