Application Development 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: 

Programmatically Authenticate User into NW Gateway AS ABAP 7.4 SAPUI5

Former Member
0 Kudos

Hi,

I want to make user authenticate in SAPUI5 application programmatically into NW gateway server.

ie. Using Javascipt I want to pass on username and password parameters to Fiori Launchpad URL and make the user authenticated.

Is it possible ?

Regards

Karthik

1 REPLY 1

martin_voros
Active Contributor
0 Kudos

I guess you are working on a mobile app with offline capabilities. Yes, it's possible. The easiest way is to make a HTTP request where you provide URL parameters sap-user and sap-password with respective values.

Cheers