Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Html Viewer control and SAML2 authentication

gustavo_simil
Explorer
0 Likes
497

Hello experts!

Our customer has a web application which uses SAML2 to authenticate users in its Identity Provider (e.g. AD FS). This web application is accessed from a custom ABAP program in ECC which uses the component SAP HTML Viewer to open the web application.

Our customer wants to achieve Single Sign On with this scenario. His requirement is:

1. User logs in his computer providing its user/password.

2. User access SAP ECC

3. User executes the ABAP Program transaction, which opens the web application. User should not need to type user and password again, because he is already authenticated (Step 1).

At this moment, we have the following situation: user is able to access the web application, but he has to type his credentials. If the user does not leave the ABAP Program transaction and tries to access the web application again, he does not need to type the credentials again. However, if he leaves the transaction and then access it again, the web application asks for the user/password.

I believe this is the standard behavior of the lifetime management of the component HTML Viewer, but I was wondering if anyone can suggest a solution to allow SSO in this scenario.

Thanks,

Gustavo

1 REPLY 1
Read only

gustavo_simil
Explorer
0 Likes
446

Hello experts,

any thoughts on this issue?