How to register SSO in OID (Oracle Application Server)
How to register SSO in OID (Oracle Application Server) Ø Run Below in the OID Home OID Home = abc.test.com SSO URL = http://xyz.tes1.com:7783 $ORACLE_HOME/sso/bin/ssoreg.sh -site_name abc.test.com -mod_osso_url http://xyz.tes1.com:7783 -config_mod_osso TRUE -oracle_home_path $ORACLE_HOME -remote_midtier -config_file $ORACLE_HOME/Apache/Apache/conf/osso/osso_abc.conf Copy the osso_abc.conf to SOA Home in below direcoty. $ORACLE_HOME= Home of SSO URL Appliction Server Ø $ORACLE_HOME/Apache/Apache/conf/osso and rename to osso.conf. Ø Login to middle tier server as owner and backup $ORACLE_HOME/Apache/Apache/conf/httpd.conf file before making changes. Open httpd.conf file and uncomment the following line include " /Apache/Apache/conf/mod_osso.conf" Ø Backup $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf file before making changes. Open mod_osso.conf file and add the following line right after OssoConfigFile /Apache/Apache/conf/osso/osso.conf Ø configure the Middle-Tier Instance ...