Oracle OpenSSO 8.0 Update 2 Release Notes

ProcedureTo Build an Authentication Scheme for OpenSSO in Oracle Access Manager

Before You Begin

The authentication scheme files are located under the $openssozipdir/integrations/oracle/oamauth/solaris directory.

  1. Download and configure the OpenSSO C-SDK 2.2 version.

    The authn_api.c file contains a reference to AMAgent.propeties file. Modify the file accordingly.

  2. Customize makefile for your environment.

    For example, specify the gcc compile location. Also edit the LDFLAGS to point to your OpenSSO C-SDK lib directory.

  3. Run the make command.

    The make command should result in an authn_api.so file.