sso
I have an installation of BI Publisher version 11.1.1.7
I want to login in http://<host_name>:9704/xmlpserver with SSO instead the default page.
For that, firstly i have integrated Bi Publisher with LDAP. Then i can login into xmlpserver with users in my OID.
Secondly i have registered the http in the SSO:
$ORACLE_HOME/sso/bin/ssoreg.sh -oracle_home_path $ORACLE_HOME -site_name publisher.7777 -mod_osso_url http://<host_name>:7777 -config_mod_osso TRUE -config_file $ORACLE_HOME/Apache/Apache/conf/osso/publisherds.7777.osso.conf -virtualhost -remote_midtier
Thirdly i have configured the httpd.conf:
Listen 7777
LoadModule osso_module "${ORACLE_HOME}/ohs/modules/mod_osso.so"