0

We have an application hosted on SAP HANA XS Classic which consists of an html file, a css file and some XSJS files getting data back in JSON format from the HANA DB.

Upon opening the app, I need to be able to get the current user signed onto the laptop (i.e. the Windows username). Is there any way of doing this without mapping HANA database users to Windows users and using single sign-on?

Sandra Rossi
  • 10,563
  • 3
  • 20
  • 43

1 Answers1

0

Since HAHA XS for end user is essentially a JS code in browser, this question and its answers have a lot of info and should help you: JavaScript - How to get the name of the current user

astentx
  • 4,349
  • 1
  • 15
  • 23