azman
ADAM and Azman with ASP.Net forms authentication
Has anyone been able to make ADAM/Azman work with ASP.Net forms authentication. The default ADAM role provider works only with AD Domain users. And every single article I have read says that you need[详细]
2023-03-30 10:40 分类:问答Is there a sample anywhere of an AzMan Custom Object Picker?
Supposedly it\'s possible to write a custom picker and integrate it with AzMan.This capability can be used to allow MMC users to add non-Windows users to AzMan stores.(See here).According to one of th[详细]
2023-03-25 15:31 分类:问答AzMan and Classic ASP
I have setup AzMan and have a few classic ASP sites that I would like to use it in. The AzMan store is setup in Active Directory. I can get it to work fine in ASP.NET and using a VBS (Visual Basic Scr[详细]
2023-03-10 12:38 分类:问答Azman to get role,operations, tasks of an user
AzAuthorizationStoreClass authorizationStore = new AzAuthorizationStoreClass(); authorizationStore.Initialize(0, ConfigurationManager.ConnectionStrings[详细]
2023-03-05 06:49 分类:问答AzMan gives different results to different servers
We have 2 web-servers which are theoretically identical, but are producing different results when performing an AzMan authorisation check.[详细]
2023-03-03 16:28 分类:问答Refreshing AzMan through AZROLESLib
We\'ve written a simple AzMan wrapper class in .NET which uses the AZROLESLib COM interop library to access AzMan.[详细]
2023-02-13 10:17 分类:问答ADAM (AD LDS) & AzMan for Membership and Roles
Well, I\'m currently developing an application that must use the local Active Directory for membership. Everything is alright with membership, since I have no domain controllers around and a virtual m[详细]
2023-02-11 03:27 分类:问答How to get all the provisioned operations from AzMan in a single call?
I\'m using Authorization Manager in my .net C# application. During application startup, I cache all the operations for which the user has access then use this cached data for further processing. The i[详细]
2023-02-07 14:02 分类:问答Asp.net Authorization using Azman and Store - xml, adam , sql ..etc
I am setting up Azman for auth开发者_运维百科orization in my asp.net web application. I can have the Azman store as XML or ADAM or Sql server.[详细]
2023-02-05 17:21 分类:问答Calling initialize method of AzMan object causes FileNotFoundException
I have A WCF service that has a class that inherits System.Web.Security.RoleProvider.In this class I use Authorization Manager (AzMan) - using AzRoles.dll - for role management.[详细]
2023-02-05 09:25 分类:问答