Hello all
We are developing Apps for QlikCloud
Authentification is through ADFS and works fine with the username being actually the email adress
Now, we need to retrieve the User Name in an app so that we can use it in Set Analysis
The function osuser() and the variable xOSUser both returns "IdP Subject" that is an hexdecimal expression unique to the user but we would prefer to get the Name that is also visible in the administration console on the Cloud so there should be a way to catching it in the app.
Any idea ?