Hi,
I have to enhance a Java desktop application that is consuming SAP ODATA services via Olingo library.
The https connection authentication is currently done by basic authentication.
This should be enhanced to X509 client certificates but as well to SAML2 authentication.
In my understanding the application as to behave like a browser to use SAML2 to be able to handle HTTP redirect, Forms and Cookies.
Is there a easy way to do this? Any SAP JAVA library that can be used? Has anybody done this already and give me some hints how to handle the SAML2 authentication process?
Thx
Stefan