Is it possible to get the active directory id the same way you get a user id? [USERID]
I have the need to get some identifier for a user coming to a page and do a look up based on it.
The scenario is like this. We have a Report Server app that I built that has a dropdown of reports available and a selection list of buildings they can run the reports for. They pick a report, they pick a building, hit the generate button and voila. I currently use a table to hold dnnID's and building ID's and I do a quick query to that table using [USERID] to see what to populate.
I'd like to use their AD id's because we're doing most of our security in DNN using our AD groups. I know the AD won't change regardless of which portal I am on where the dnnID will.
Is it possible to get [ADID] from the iframe?