How to handle Webcenter Application Roles from OAM/OID.
I have integrated Webcenter Portal with OAM and OID by referring document(How to protect A WebCenter Portal application with OAM (Doc ID 1421719.1)
) . On webcenter Portal, there are different Application Roles exist e.g. Applicant, Admin, Worker etc. These Roles are mapped to different users(users those are present in Weblogic Embedded LDAP). On the WC portal end Role to Page Mapping basically decides that how contents will be displayed to the user of each type.
Now since I have integrated Webcenter with OAM and OID, after successful Authentication & Authorization OAM is simply redirecting user to Application's landing page(default page). Application Roles(from jaazn.xml) are not verified.
0