-->
edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Configure customConfigure custom security providers
To configure a custom security provider:
} } (document.images){ dcs_imgarray[dcs_ptr] = new Image; dcs_imgarray[dcs_ptr].src = dcs_src; WT[myMeta.name.substring(3)]=myMeta.content; } if DCSext[myMeta.name.substring(7)]=myMeta.content; } } } } for (N in DCS){P+=A( N, DCS[N]);} for (N in WT){P+=A( "WT."+N, WT[N]);} for (N in DCSext){P+=A( N, DCSext[N]);} //} aCrumb=aCookie[i].split("="); if (crumb==aCrumb[0]){ return aCrumb[1]; } } return null; } i=0;i
- Write a custom security provider. For more information, see Developing security providers for WebLogic Server.
- Put the MBean JAR file for the provider in the
WL_HOME\lib\mbeantypes directory.
- Start the WebLogic Server Administration Console.
- If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
- In the left pane, select Security Realms and click the name of the realm you are configuring (for example, myrealm).
- From the Providers tab, select the tab for the type of provider you are configuring. For example, select the Authentication tab to configure a custom Authentication provider.
- Click New.
The Create a New Provider page appears.
- In the Name field, enter a name for your custom security provider and select its type from the Type dropdown list.
- On the Configuration page for the Authentication provider, set the desired attributes on the Common and Provider-Specific tabs.
- Click Save to save your changes.
- To activate these changes, in the Change Center, click Activate Changes.
- Reboot WebLogic Server.