SSO configuration



Ø  Take Backup of httpd.config file
Ø  place the osso.conf file in any location of the server
Ø  modify httpd.config file by adding osso.conf file and required consoles needs to be added to autantication type as sso in if module

example
 RewriteEngine On
    RewriteOptions inherit
 LoadModule osso_module "/p01/pnfmwp01/ren/soa/fmwhm/oraohs/ohs/modules/mod_osso.so"

 <IfModule osso_module>
 OssoIpCheck off
 OssoIdleTimeout off
 OssoConfigFile "/p01/pnfmwp01/ren/soa/admin/osso/soa_osso/osso.conf"
 OssoSecureCookies off

 <Location /console>
 require valid-user
 AuthType Osso
 </Location>

 <Location /em>
 require valid-user
 AuthType Osso
 </Location>

 <Location /consolehelp>
 require valid-user
 AuthType Osso
 </Location>

 <Location /wsm-pm>
 require valid-user
 AuthType Osso
 </Location>

 #<Location /soa-infra>
 #require valid-user
 #AuthType Osso
 #</Location>

 # SOA inspection.wsil
 <Location /inspection.wsil>
 require valid-user
 AuthType Osso
 </Location>
 # Worklist

 #Adam Advised to comment out done by rajesh
 #<Location /integration>
 #require valid-user
 #AuthType Osso
 #</Location>


 <Location /b2bconsole>
 require valid-user
 AuthType Osso
 </Location>

 # SOA composer application
 <Location /soa/composer>
 require valid-user
 AuthType Osso
 </Location>

 <Location /bpm/composer>
 require valid-user
 AuthType Osso
 </Location>

 # BPM
 <Location /bpm/workspace>
 require valid-user
 AuthType Osso
 </Location>


 <Location /OracleBAM >
 require valid-user
 AuthType Osso
 </Location>

 #Adam asked to comment out done by Rajesh
 #<Location /OracleBAMWS >
 #require valid-user
 #AuthType Osso
 #</Location>

 # Commented for Oracle DI agent

 # ODI Agent
 #<Location /odiconsole>
 #require valid-user
 #AuthType Osso
 #</Location>


 #ODI Explorere
 #<Location /odirepex>
 #require valid-user
 #AuthType Osso
 #</Location>

 #ODI Webservices
 #<Location /oracledisdkws>
 #require valid-user
 #AuthType Osso
 #</Location>


 Create service Provider
Ø  Create Service Provider
o   Home >Summary of Security Realms >myrealm >Providers


No comments: