SSL - Single Sign-On:orasso status down/unavailable
HeyersApr 5 2006 — edited Apr 7 2006Hi all!
Could anyone please help me answering why my ias-console is showing the wrong status for orasso?
After configuring SSL on the infrastructure on Oracle AS 10G (10.1.2.0.2) the status for orasso in ias-console indicates that it is not running. However, when trying to log on https://<host>:4443/pls/orasso as orcladmin we have no problem in doing so.
I've configured the SSL following the description given in metalink doc ID 301353.1.
Short description of process:
1. Enable SSL for HTTP Server
2. Configure SSO with ssocfg and ssoreg
3. Alter DAS in OID
4. Configure targets.xml for ias-console (this is where I think the error resides...)
The document describe changes the HTTPMachine, HTTPPort and HTTPProtocol for the target type "oracle_sso_server" in targets.xml file.
The xml target looks like this:
<Target TYPE="oracle_sso_server" NAME="infra.<host>_Single Sign-On:orasso" DISPLAY_NAME="Single Sign-On:orasso" VERSION="1.0">
<Property NAME="OracleHome" VALUE="C:\oracle\oracleas10Gi"/>
<Property NAME="ssoServerDAD" VALUE="orasso"/>
<Property NAME="OidRepSchemaName" VALUE="orasso_PS"/>
<Property NAME="HTTPMachine" VALUE="<host>"/>
<Property NAME="HTTPPort" VALUE="4443"/>
<Property NAME="startComponent" VALUE="infra.<host>_HTTP Server"/>
<Property NAME="HTTPProtocol" VALUE="https"/>
<Property NAME="version" VALUE="10.1.2.0.2"/>
<CompositeMembership>
<MemberOf TYPE="oracle_ias" NAME="infra.<host>"/>
</CompositeMembership>
</Target>
As a curiosity when i select Singel Sign-On:orasso in the console the number of logins are updated for every login attempt i do.
Sincerely
Martin Smevik