Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Default Identity Asserter: Common

Configuration Options     Related Tasks     Related Topics

This page displays basic information about this Default Identity Assertion provider. You can also use this page to define the active token types this provider is configured to process and whether they will be base64 decoded first.

Configuration Options

Name Description
Name

The name of this Default Identity Asserter provider.

MBean Attribute:
DefaultIdentityAsserterMBean.Name

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

Description

A short description of the Identity Assertion provider.

MBean Attribute:
DefaultIdentityAsserterMBean.Description

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

Version

The version number of the Identity Assertion provider.

MBean Attribute:
DefaultIdentityAsserterMBean.Version

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

Active Types

Returns the token types that the Identity Assertion provider is currently configured to process.

MBean Attribute:
DefaultIdentityAsserterMBean.ActiveTypes

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

Base64 Decoding Required

Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. If false then the server will not base64 decode the token before passing it to the identity asserter. This defaults to true for backwards compatibility but most providers will probably want to set this to false.

MBean Attribute:
IdentityAsserterMBean.Base64DecodingRequired

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

Related Tasks

Related Topics


Back to Top