Oracle Weblogic Server (MOSC)

MOSC Banner

Custom Identity Provider

edited Dec 28, 2012 3:25AM in Oracle Weblogic Server (MOSC) 13 commentsAnswered
 Hi All,
I built a custom Identity Asserter for custom tokens based on the docs and examples provided by Oracle. For more details please refer - 
https://codesamples.samplecode.oracle.com/servlets/tracking?id=S224
http://docs.oracle.com/cd/E15051_01/wls/docs103/dvspisec/ia.html

Outlining the basic steps briefly -
1. Define the MDF (MBean Definition File) XML for the Identity Asserter (SampleIdentityAsserter).
2. Implement Identity Asserter (Java Class implements AuthenticationProviderV2, IdentityAsserterV2)
3. Implementation of Callback Handler - this is called by LoginModule to obtain username
4. Use MBeanMaker to create the MDF (Java Class) and other intermediate files.
5. Use MBeanMaker to create the MJF (MBean JAR)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center