Can a C++ application leverage Identity Management
We have a c++ application which has a built-in user access capability. We would like to remove this capability from the application and let Oracle Identity Manager handle the security requirement. We're thinking that one way to do this could be to make the C++ application a web service and deploy it in Weblogic. The thought is that in this way the application could leverage Weblogic's security model via Identity Manager, etc. Does this approach makes sense or is there a different way to doing this. We do not want to have to rewrite the C++ application in Java.
Thanks,
0