Search code examples
authenticationidentityidentity-managementoimidentitymanager

How to authenticate user via OIM API?


I need to do oim user authentication from third party application. I am searching for OIM API for the same.


Solution

  • In OIM the authentication is offloaded to the Application server (i.e. WebLogic) hence you will have to add a Authentication Provider which knows how to connect to the application which you want OIM to use for authentication.

    https://blogs.oracle.com/ArdaEralp/entry/configure_oim_ad_ldap_authentication https://docs.oracle.com/cd/E28280_01/web.1111/e13718/atn.htm#DEVSP220

    The above links will provide a view into how you can configure a new Autentication provider for OIM and what an Authentication Provider actually means and its internals.