views:

21

answers:

0

Hi all,

On my current project we are using the active directory as a user repository and using AzMan as the application authorization store. Both of these are cover with the Membership and the Roles providers (plus the AzMan for operations authorization).

The only thing missing is getting detailed info about the logged user. I could use the Directory Services to query this info, but, if I'm already using Membership and Role provider (both with default providers for the AD), shouldn't I have a Profile for getting user details?

What do you think?

Thanks