![]() ![]() ![]() ![]() |
Realm Adapter Authentication Provider: Common
Configuration Options Related Tasks Related Topics
Use this page to define the common configuration for this Realm Adapter Authentication provider.
The Control Flag attribute is the Java Authentication and Authorization Service (JAAS) control flag that determines how the LoginModule for the WebLogic Authentication provider is used in the login sequence.
Configuration Options
Name Description Name The name of this Realm Adapter Authentication provider.
MBean Attribute:
RealmAdapterAuthenticatorMBean.ProviderClassName
Changes take effect after you redeploy the module or restart the server.
Description A short description of this Realm Adapter Authentication provider.
MBean Attribute:
RealmAdapterAuthenticatorMBean.Description
Changes take effect after you redeploy the module or restart the server.
Version The version number of this Realm Adapter Authentication provider.
MBean Attribute:
RealmAdapterAuthenticatorMBean.Version
Changes take effect after you redeploy the module or restart the server.
Control Flag Specifies how this Realm Adapter Authentication provider fits into the login sequence.
Determines how the login sequence uses the Authentication provider.
- 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 return to the application.- A
SUFFICIENT
value specifies this LoginModule need not succeed. If it does succeed, return control 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. This setting is the default.MBean Attribute:
AuthenticatorMBean.ControlFlag
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:
RealmAdapterAuthenticatorMBean.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 totrue
for backwards compatibility but most providers will probably want to set this tofalse
.MBean Attribute:
IdentityAsserterMBean.Base64DecodingRequired
Changes take effect after you redeploy the module or restart the server.
![]() |