Friday, August 13, 2010

Enable Oracle SSO for an application

Assuming that SSO is enabled for OAS. (This requires a conf file generated from the SSO provided and installed in C:\product\10.1.3.1\OracleAS_1\Apache\Apache\conf\osso on your OAS)

After deploying your application (myapp), add the following to your "mod_osso.conf" file C:\product\10.1.3.1\OracleAS_1\Apache\Apache\conf\mod_osso.conf.

    <Location /myapp> 
require valid-user
AuthType Basic
</Location>

No comments:

Post a Comment