cancel
Showing results for 
Search instead for 
Did you mean: 

SAML2 in Web Applications

bhuvneshkumar_gupta
Participant
0 Kudos

Dear Experts,

We have developed mobile applications using KAPSEL LOGON plugin to use SAML authentication with ADFS. We are using HCPms.

These are working fine.

Scenario - When the application is getting ready (Deviceready ) ,I'm calling sap.logon.init . So the federation service page is opening to enter corporate user credentials. Code is like -

function init() {

                sap.Logon.init(logonSuccessCallback, logonErrorCallback, appId, context);

            }

document.addEventListener("deviceready", init, false);

Now the same functionality (SAML2), I want to use  for a Web Application(browser app).

I have searched over SCN and other communities but didn't get a clear picture how to achieve it.

Could you please guide me about the steps (or code) to use SAML authentication (calling federation login page and going back to application page) in HTML5,JavaScript  based web apps.

If any document is there please share.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhuvneshkumar_gupta
Participant
0 Kudos

Dear Moderator,

I would like to request you to delete this thread here. I have posted the same in

SAPUI5 Developer Center