Custom Identity Provider
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)
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)
0