Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

SAML Identity Asserter V1: Provider Specific

Configuration Options     Related Tasks     Related Topics

Use this page to define the provider-specific configuration of this SAML Identity Assertion provider Version 1. Version 1 of the SAML Identity Assertion provider is deprecated in WebLogic Server 9.1; Oracle recommends using Version 2.

Configuration Options

Name Description
Minimum Parser Pool Size

The minimum number of parsers to maintain in the parser pool.

MBean Attribute:
SAMLIdentityAsserterMBean.MinimumParserPoolSize

Minimum value: 0

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

Name Mapper Class Name

The name of the Java class that maps SAML Assertion name information to local Subjects. When no mapper is supplied the default mapper implementation is used.

MBean Attribute:
SAMLIdentityAsserterMBean.NameMapperClassName

Assertion Consumer URIs

Consumer URIs to listen on.

MBean Attribute:
SAMLIdentityAsserterMBean.AssertionConsumerURIs

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

Source Site Redirects

An optional set of URIs from which unauthenticated users will be redirected to the configured ITS URL.

MBean Attribute:
SAMLIdentityAsserterMBean.SourceSiteRedirects

Post Enabled

Enable POST profile.

MBean Attribute:
SAMLIdentityAsserterMBean.PostEnabled

Recipient Check Enabled

When true, the recipient of the SAML Response must match the URL in the HTTP Request

MBean Attribute:
SAMLIdentityAsserterMBean.RecipientCheckEnabled

Enforce One Use Policy

Enforce a one-use policy for POST profile assertions.

MBean Attribute:
SAMLIdentityAsserterMBean.EnforceOneUsePolicy

Used Assertion Cache Class Name

The class that implements persistent storage for the POST profile used assertion cache.

The UsedAssertionCache class is used to enforce a one-use policy for POST profile assertions.

MBean Attribute:
SAMLIdentityAsserterMBean.UsedAssertionCacheClassName

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

Used Assertion Cache Properties

Properties passed to the UsedAssertionCache class init() method. This may be useful if you have implemented a custom UsedAssertionCache class.

MBean Attribute:
SAMLIdentityAsserterMBean.UsedAssertionCacheProperties

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

Artifact Enabled

Enable ARTIFACT profile.

MBean Attribute:
SAMLIdentityAsserterMBean.ArtifactEnabled

Assertion Configuration

Configuration for assertions generated by this SAML authority.

Assertions are configured in key=value format. You may find it convenient to write your assertion configuration in a text editor and paste it into the Assertion Configuration field.

MBean Attribute:
SAMLIdentityAsserterMBean.AssertionConfiguration

Related Tasks

Related Topics


Back to Top