Hello All, I am working on an application where I am using the api identityManager to authenticate users stored in ArcGIS Server. I am trying to get the username after users are being authenticated, does anybody has tried to do this? I need to get somehow the authenticated user's username after being authenticated so I can do apply more functionalities to my application. I have so far looked into findCredential() and getCredential() with no luck. Any help will be appreciated..
Hi Dasa: Thank you so so much, featurelayer.userid works like a charm. Interesting place to hide the userid. I truly appreciate your help on this issue.