JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle OpenSSO 8.0 Update 2 Release Notes

Document Information

Preface

1.  About OpenSSO 8.0 Update 2

2.  OpenSSO 8.0 Update 2 Patch Releases

3.  Installing OpenSSO 8.0 Update 2

4.  Using the Security Token Service

5.  Using the Oracle OpenSSO Fedlet

6.  Integrating the OpenSSO 8.0 Update 2 with Oracle Access Manager

Overview of Integration Steps

Before You Begin

Unpacking the Integration Bits

Building Source Files for Oracle Access Manager in OpenSSO

To Build the Source Files for Oracle Access Manager

(Optional) Build an Authentication Scheme for OpenSSO in Oracle Access Manager

To Build an Authentication Scheme for OpenSSO in Oracle Access Manager

Configuring Single Sign-On Using Oracle Access Manager and Oracle OpenSSO STS

To Configure Single Sign-On Using Oracle Access Manager and Oracle OpenSSO 8.0 Update 2

To Test Single Sign-On

(Optional) Installing of Oblix AuthScheme into Oracle Access Manager

Integrating the OpenSSO 8.0 Update 2 with Oracle Access Manager

(Optional) Build an Authentication Scheme for OpenSSO in Oracle Access Manager

Note: This is not a common use case. You do not have to build this unless it is required, such as in a SAML2 service provider use case.

To build the Oblix authentication scheme, you must customize the makefile. Also, since this is a C-based authentication module, it is operating system-dependent.

To 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.