I need to do oim user authentication from third party application. I am searching for OIM API for the same.
相关问题
- java client program to send digest authentication
- PHP persistent login - Do i reissue a cookie after
- How to handle “App is temporarily blocked from log
- Using StoreGeneratedPattern.Identity with database
- passport.authenticate() using a Promise instead of
相关文章
- SQL identity (1,1) starting at 0
- User.Identity.IsAuthenticated vs WebSecurity.IsAut
- SwiftUI - Vertical Centering Content inside Scroll
- Override UserManager in django
- Your application has authenticated using end user
- Access Token for Dockerhub
- Django: Creating a superuser with a custom User mo
- Didn't find publicKey for kid ,Keycloak?
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.