AzMan (Windows Authorization Manager) is a role-based access control (RBAC) framework that provides an administrative tool to manage authorization policy and a runtime that allows applications to perform access checks against that policy.

learn more… | top users | synonyms

0
votes
1answer
19 views

Security Concerns For AZ Man On Winforms Project

I'm using the enterprise library and AZ Man to authenticate users into my winforms application. I've got the code working fine using the XML file. I don't understand how to securely deploy the ...
0
votes
0answers
73 views

C# - Get Role by login User in Azman

I am using C# to get the Role from Azman Manager by login User. This is my code, internal string AzRoleCheck(string strUserName) { string strRoleName = string.Empty; try ...
0
votes
0answers
38 views

How is Authorization Manager stored in Active Directory

We are starting to utilizing the Authorization Manager to handle role-based security for our custom .NET applications. We've had great success using XML stores, and we are interested in creating an ...
0
votes
1answer
35 views

Azman gives same error using either local xml or SQL Server for storage

Recently two users in our system started getting this error when trying to add them to a role. System.Runtime.InteropServices.COMException: Cannot create a file when that file already exists. ...
0
votes
2answers
256 views

Reference sample for ClaimsAuthorizationManager in Windows Identity Foundation 4.5

Sorry for the long question, trying to get all my points across! I have been spending a considerable amount of time researching how to update our existing Identity and Access Management scheme to a ...
1
vote
1answer
233 views

Azman Obsolete? What is the new alternative to Azman?

Is there a replacement for Azman, that is a new way to apply security. Previously we were using EntLib 3 and used Azman for our security and authorisation. However an article I read about the vision ...
3
votes
0answers
101 views

Microsoft.Interop.Security.AzRoles.AzAuthorizationStoreClass.Initialize fails with System.IO.FileLoadException

Our ASP.NET web application uses Authorization manager. On a page of this web application, the authorization store which is a local XML file on the server is accessed many times to perform access ...
0
votes
0answers
123 views

“Value does not fall within the expected range” exception in Azman Initialize

Currently I am working on Azman. I am using Windows 2008 Server, I have defined operations, tasks roles in AzMan. Now I want to do access check for the operations. I have written following code, ...
0
votes
0answers
29 views

Renaming operation in azman

How can I rename in code existing operation in azman? I want to avoid deleting, since it is an upgrade progress and this operation might be assigned to roles already. I tried to use method ...
0
votes
0answers
263 views

Active Directory - Exception has been thrown by the target of an invocation. - LDAP Query

I am using Azman (Authorization Manager) to authenicate my application. In login page i used to authenticate the users by using the given below code, if ...
0
votes
1answer
128 views

Is there a way to do “AND” in Net SQL AzMan instead of “OR”?

All of the settings in Net SQL AzMan seem to be "OR" based. For example: If you add 3 (Authorized) Application Groups to an operation, a user needs to be in the first OR the second OR the third ...
0
votes
1answer
388 views

Net Sql AZMan authentication and authorization

I am Using Net Sql AZMan to authentication and authorization in my application and i defined a Task for Update and I have a operation for updating Order's Information. Now i want to authorization ...
0
votes
1answer
718 views

Attempted to access an unloaded appdomain calling AzMan

In an ASP.NET MVC web application, I'm seeing the following error occaisionally: System.AppDomainUnloadedException: Attempted to access an unloaded appdomain. (Exception from HRESULT: ...
0
votes
0answers
79 views

Powershell Azman/Authorizationmanager - New Operation Definition

Please help create new Operation Definition - from azman with Powershell?
0
votes
1answer
183 views

AzMan C# errors

I'm trying configure AzMan but I Have got problem with code. Can you explain me what should I do because I don't understand those problems: Active Directory with xml file configured correct. ...
0
votes
1answer
162 views

How to Migrate Azman store data from XML to SQL?

I have implemented AzMan Store in my application using XML. But now I want to migrate it to SQL. I have already lot of user roles and data in AzMan XML, can anyone tell me some utility or method ...
0
votes
1answer
199 views

WIF simple WITHOUT Federation - Where to start

I am little lost at the moment. Hopefully you can point me in the right direction... Scenario: WinForms App / Active Directory / ONLY internal network What I want: Achieve the same that NetSqlAzMan ...
6
votes
1answer
2k views

NetSqlAzMan vs AzMan vs (?????)

I've been trying to "read between the lines" about the original (and/or current) motivation for the NetSqlAzMan project. Was this written for? An adapter for Windows Authorization Manager (AzMan). ...
0
votes
1answer
217 views

Attributes & Deny Authorizations in NetSqlAzMan

I am using NetSqlAzMan for managing authorizations in my application. In my application, I would like to manage authorization on a record level; allow/deny a user/group to perform an operation on ...
2
votes
1answer
135 views

Azman on a resource level

I have used Azman in a previous project and it works well when authorizing operations on a system-level authorize role X to perform operation Y. allow Managers to update_sales_orders In a new ...
0
votes
1answer
191 views

Protect a method on a class using declarative security and azman

I have a wcf 4.0 service , I am running it locally in IIS express and am using azman to manage security. I am able to use the declarative syntax to secure the services, and prevent class instantiation ...
0
votes
1answer
134 views

Looping through IAzApplication IAzRoles collection too slow

I have this simple code which loops through all the apps in Azman and all their roles. It works great when I have no users assigned to the Roles. But the moment I assign users (2 of the roles have ...
0
votes
1answer
383 views

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 ...
1
vote
1answer
270 views

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 ...
0
votes
1answer
362 views

Use AzMan RoleManager in conjunction with default ASP.NET Membership

I would like to use the AzMan RoleManager API in my existing webapplication. I'm already using the default ASP.NET membership provider which stores its users in the ASPNETDB database. I quickly took ...
3
votes
1answer
351 views

Is AzMan being deprecated as the role based authorization technology for Windows apps?

There doesn't seem to have been any new development on AzMan for a few years now. I'm wondering if it is still the recommended solution for implementing role based authorization for a Windows ...
0
votes
2answers
255 views

How to Export AzMan XML Store to another Machine?

Hi Im trying to find a way to recreate the all of the Roles, tasks operations etc that are currently defined in an AzMan XML store on our Dev box in an XML store on our QA box. Of course just simply ...
1
vote
1answer
99 views

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 ...
1
vote
1answer
128 views

Is an IIS restart necessary to pick up azman changes?

Is it necessary to restart IIS in order to ensure that changes to azman.xml are picked up, or will IIS figure out that the permissions in azman.xml have been changed?
1
vote
1answer
189 views

Azman and multiple domains

I have an app that's using the AuthorizationStoreRoleProvider to authorize against a primary domain. We now have a secondary trusted domain from which users will access the app. Just wondering if ...
1
vote
1answer
596 views

Azman to get role,operations, tasks of an user

AzAuthorizationStoreClass authorizationStore = new AzAuthorizationStoreClass(); authorizationStore.Initialize(0, ConfigurationManager.ConnectionStrings ...
0
votes
1answer
460 views

azman - problem with registering Interop.AZROLESLib.dll to GAC

I am struggling since 2 -3 hours to register the Interop.AZROLESLib.dll to gac using .net framework configuration tool. the error says "unable to add the selected assembly. the assembly must have ...
3
votes
1answer
565 views

AZMan: InitializeClientContextFromName failing with “Value does not fall within the expected range.”

The following code, fails at the InitializeClientContextFromName, with "Value does not fall within the expected range." It works on another developer's machine. any clues I should follow up? I'm not ...
1
vote
2answers
322 views

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. We have the same web-site running on both machines ...
6
votes
2answers
2k views

Is Windows Authorization Manager (AzMan) Obsolete? Is it good to use in a new ASP.NET application?

Does anyone use Windows Authorization Manager (AzMan) anymore for "greenfield" projects? If so, are there any benefits to using the technology in an ASP.NET application as a membership/role provider?
0
votes
1answer
276 views

Refreshing AzMan through AZROLESLib

We've written a simple AzMan wrapper class in .NET which uses the AZROLESLib COM interop library to access AzMan. It all works fine, except when we make changes to the underlying XML store, those ...
0
votes
2answers
1k views

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 ...
1
vote
1answer
311 views

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 ...
0
votes
1answer
474 views

Asp.net Authorization using Azman and Store - xml, adam , sql ..etc

I am setting up Azman for authorization in my asp.net web application. I can have the Azman store as XML or ADAM or Sql server. My question is, which store (XML,ADAM,Sql,..etc) is better in what ...
1
vote
1answer
575 views

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. Authentication is ...
2
votes
2answers
1k views

Where is microsoft.interop.security.azroles on Server 2008 R2?

As far as I can recall, on Server 2003, microsoft.interop.security.azroles used to live in "C:\Windows\Microsoft.NET\authman". On Server 2008 R2, that folder is empty. Anyone know where it's ...
2
votes
1answer
510 views

Microsoft.Interop.Security.AzRoles in Server 2008/Windows 7

I am trying to follow these instructions on how to use AD LDS for both Membership and Roles for an application. I've almost got it all set, but the ending code calls for the "IAzApplication2" object ...
0
votes
1answer
162 views

AzMan API returns invalid data with high load

I have a WCF service that calls the Authorization manager (AzMan) API - which is a COM interface. I use the following code to get a list of roles for a given user account: public string[] ...
2
votes
1answer
229 views

Concurrent updates in ADAM/AzMan throwing a strange error

We have a custom membership provider that uses a WCF service and ADAM/AzMan. We have been seeing a lot of errors lately which seems to correspond to more heavy use of our web aplication. I ...
3
votes
2answers
896 views

Azman 64 bit using VS2010: BadImageFormatException

I recently upgraded a solution from VS2008 to VS2010. Just a solution upgrade, nothing else. I am targeting .Net 3.5. The solution is set to build build for "any CPU". Now, after the solution upgrade, ...
1
vote
1answer
603 views

My project builds with MSBuild 4 but not with MSBuild 3.5 even though I'm targeting the same version of the .NET Framework (3.5)?

When I build my solution using MSBuild 4 it compiles successfully: C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe MySolution.sln Build succeeded. 0 Warning(s) 0 Error(s) But when I ...
2
votes
2answers
566 views

ASP.NET role based security with AzMan and AD roles

I'm trying to evaluate AzMan for one of my ASP.NET applications but I have a strange problem. My test application expects three roles: User Owner Admin I created XML Authorization store located ...
0
votes
2answers
287 views

AzMan XML configuration or SQL configuration, which one is more secure?

I am implementing the azman role based security in my application. I have seen how to configure it either using XML or SQL. But I am not able to understand which one is more secure? I am using ...
3
votes
2answers
287 views

Will multi-threading increase the performance of a method in a WCF servce?

I have a WCF service that is hosted in IIS6. The important part of the method looks like this: public MyUser[] GetUsers(string appName, string[] names) { List<User> users = new ...
1
vote
2answers
616 views

Is there any difference between Interop.AZROLESLib and Microsoft.Interop.Security.AzRoles?

Microsoft provide the Microsoft.Interop.Security.AzRoles interop library in Server 2003 for AzMan (Authorization Manager). It was built under .NET 1.0. Can anyone tell me if there's a difference ...

1 2