Level of Authentication using OAM
Hi,
We need to enable multiple level of authorization using OAM, we have user specific certificate which installed on the device and browser.
If the certificate and the authenticated user ID matches with the Device certificate then the user should be provided with full access
If the certificate and the authenticated user ID don't matches but the provider matches then the user will be provided with access but limited content.
If there is no certificate and authenticated user ID is valid the the user will be provided access with very minimal content.
My question is how can i do this kind of authorization using a custom authentication plugin.