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 "<$ORACLE_HOME>/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 <$ORACLE_HOME>/Apache/Apache/conf/osso/osso.conf


Ø configure the Middle-Tier Instance for Identity Management. Follow below steps


      Navigate to the OC4J Home page for the middle-tier instance
      Click Administration
      In the Task Name column of the table, expand Security if it is not already expanded
      Then, in the Identity Management row, click the Go to Task icon
      On the Identity Management page, click Configure
      On the Configure Identity Management: Connect Information page enter the following:
     
                  Oracle Internet Directory Host: Enter the fully-qualified name of the Oracle Internet Directory host
                  Oracle Internet Directory User: Enter the distinguished name of a user, such as cn=orcladmin
                  Password: Enter the password for the user
                  Select "Use non-SSL connections to the Internet Directory"
                  Then, in the Oracle Internet Directory Port field: enter the Oracle Internet Directory non-SSL port number
      Click Next.

Comments

Popular posts from this blog

jstatd error : Could not create remote object : access denied (java.util.PropertyPermission java.rmi.server.ignoreSubClasses write)

Weblogic server is not starting up ; java.lang.AssertionError

ORA-22990: LOB locators cannot span transactions