Oracle OMSS documentation is not clear abt how containerizing an app will enable the app to automatically authenticate.
"A containerized app does not require its own login screen. Once the app is launched, it is redirected to the Mobile Security Container, which performs Single Sign-On and hands the session back to the app"
this statement in OMSS documentation is not clear as to how containerization will override the authentication mechanism of my native app.
What I mean is that the authentication mechanism of my App may be certificate based or it may authenticate against its native store then how does containerization is able to perform SSO with it.
Regards
Naveen