Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Oracle Identity Cloud Integrator Provider: Common

Configuration Options     Related Tasks     

Use this page to define the common configuration of this Oracle Identity Cloud Integrator Provider.

Configuration Options

Name Description
Name

The name of this Oracle Identity Cloud Integrator Provider.

MBean Attribute:
OracleIdentityCloudIntegratorMBean.DisplayName

Changes take effect after you redeploy the module or restart the server.

Description

A short description of this Oracle Identity Cloud Integrator Provider.

MBean Attribute:
OracleIdentityCloudIntegratorMBean.Description

Changes take effect after you redeploy the module or restart the server.

Version

The version number of this Oracle Identity Cloud Integrator Provider.

MBean Attribute:
OracleIdentityCloudIntegratorMBean.Version

Changes take effect after you redeploy the module or restart the server.

Control Flag

Specifies how this Oracle Identity Cloud Integrator provider fits into the login sequence.

Determines how the login sequence uses the Authentication provider, if you have more than one Authentication provider configured.

  • A REQUIRED value specifies this LoginModule must succeed. Even if it fails, authentication proceeds down the list of LoginModules for the configured Authentication providers.
  • A REQUISITE value specifies this LoginModule must succeed. If other Authentication providers are configured and this LoginModule succeeds, authentication proceeds down the list of LoginModules. Otherwise, control is returned to the application.
  • A SUFFICIENT value specifies this LoginModule need not succeed. If it does succeed, control is returned to the application. If it fails and other Authentication providers are configured, authentication proceeds down the LoginModule list.
  • An OPTIONAL value specifies this LoginModule need not succeed. Whether it succeeds or fails, authentication proceeds down the LoginModule list.

MBean Attribute:
AuthenticatorMBean.ControlFlag

Changes take effect after you redeploy the module or restart the server.

Active Types

The token type this Oracle Identity Cloud Integrator provider uses for authentication.

MBean Attribute:
OracleIdentityCloudIntegratorMBean.ActiveTypes

Changes take effect after you redeploy the module or restart the server.

Base64 Decoding Required

Determines whether the request header value or cookie value must be Base64 Decoded before sending it to the Oracle Identity Cloud Integrator provider. The setting is enabled by default for purposes of backward compatibility, however, most Identity Assertion providers will disable this attribute.

MBean Attribute:
OracleIdentityCloudIntegratorMBean.Base64DecodingRequired

Changes take effect after you redeploy the module or restart the server.

Related Tasks


Back to Top