Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Realm Adapter Authentication Provider: Provider Specific

Configuration Options     Related Tasks     Related Topics

Use this page to configure provider-specific information for this Realm Adapter Authentication provider.

Configuration Options

Name Description
Supported Types

Lists the type of tokens supported by the Identity Asserter in the Realm Adapter Authentication provider. The Identity Asserter supports only X.509 tokens for backward compatibility for implementations of the weblogic.security.acl.CertAuthenticator class.

MBean Attribute:
RealmAdapterAuthenticatorMBean.SupportedTypes

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 will 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:
DefaultIdentityAsserterMBean.Base64DecodingRequired

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

Related Tasks

Related Topics


  Back to Top