Home Learn the Basics View Content Add Content Create Pages Build Portlets Administer Page Groups Administer the Portal Try the Hands-On Exercises
Home
Home
Previous PageGo to page 1 of 10Go to Page 2 of 10Go to page 3 of 10Current page 4 of 10Go to page 5 of 10Go to page 6 of 10Go to page 7 of 10Go to pgae 8 of 10Go to page 9 of 10Go to page 10 of 10Next Page
 

 

 

SSL Enabling SSO: Configuring Fallback Authentication (Optional)

As mentioned in the beginning of this section, Fallback authentication allows your users to login to their applications using their OracleAS user name and password if they do not have a user certificate. If this option is not configured, users will not be able to login to their applications unless they have a digital certificate. In this section we will be configuring the "X509CertAuth.properties" file.

Change directory to $ORACLE_HOME/sso/conf

Make a backup copy of the X509CertAuth.properties file

Open the file X509CertAuth.properties in a text editor.

Add the following line to the end of this file:

CertificateAuthFallback = true

Save the changes to the file and exit the editor.

 

Run the following commands to update the Distributed Configuration Management (DCM):

dcmctl updateconfig -co OC4J_SECURITY

dcmctl updateconfig -ct ohs

 

Restart OC4J_SECURITY and the HTTP server.

opmnctl restartproc process-type=OC4J_SECURITY

opmnctl restartproc process-type=HTTP_Server

Watch a viewlet to see how its done.

Oracle Logo Next Page