Actual situation:
I have a Liberty Server where my JEE - Application is running. If you enter the application liberty runs a Login Form where you can enter your userid and password, which will be checked by Ldap-Registry and eventually you´ll be authenticated and liberty create a Session with your credentials. Now you can see the App and the app can use the SessionContext and knows - who you are...
As my company now has changed its security philosophy, we gotta use a F5 APM. So far: on entering the Application you´ll be redirected to the F5 APM which will redirect to a IDP where you can login. Afterwards its redirecting back to the App with an IV-User in Http-Header. Good news is, i can still use the Lioberty Formlogin from here - but this is kinda stupid, cause you gotta login twice...
Now my Question is, how can i use this IV-User to create the UserSession with liberty or maybe to check against the LdapRegistry?