Questions tagged [netsqlazman]

NetSqlAzMan is the .NET Sql Authorization Manager short form and is an applicative authorization manager, that is, given an application user, what this user is authorized to do within that application.

NetSqlAzMan is the .NET Sql Authorization Manager short form and is an applicative authorization manager, that is, given an application user, what this user is authorized to do within that application.

10 questions
13
votes
2 answers

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). Where the methods in the NetSqlAzMan just passes…
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
3
votes
1 answer

Has AzMan been removed from Microsoft server 2012 R2?

I am working on a legacy product which uses Microsoft AzMan for authorization. Recently, as part of the Windows Server 2012 R2 migration, I found that the breaking changes indicate that the AzMan has been…
aJ.
  • 34,624
  • 22
  • 86
  • 128
1
vote
0 answers

Is it possible to get all names from a role? NetSqlAzMan

I need to get all the names from a NetSqlAzMan role in c#. It is possible? And how? I am working on an ASP.NET Core 1 application. In particular, I need to get the member name, that was manually added to the role, having the name of the role…
Omar Piga
  • 286
  • 1
  • 11
1
vote
0 answers

Need a Multi Value Profile Property Using SqlTableProfileProvider

In my ASP.Net Framework 4 Web Application project (VS 2010), I am using SqlTableProfileProvider (http://www.asp.net/downloads/sandbox/table-profile-provider-samples). I have it working very nicely with a set of custom properties like FirstName,…
0
votes
1 answer

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 record (e.g. order, customer) #number I am aware that…
Omtara
  • 2,911
  • 2
  • 19
  • 31
0
votes
1 answer

Sign up and sign in system with netsqlazman

Unfortunately, I have been forced to use netsqlazman in a project. After a long time searching I found nothing and I was wondering if there is any way or a tutorial or sample code to implement authentication (sign in and sign up) system with…
Mori
  • 3
  • 2
0
votes
2 answers

Get All ApplicationGroups For a user (NetSqlAzman)

is it possible to find All Application Groups For a user in Netsqlazman via C# ?
Shahin
  • 12,543
  • 39
  • 127
  • 205
0
votes
1 answer

How to get the Application Group, SID & UserName in NetSqlAZMAN

$AppName = "MyAppName" #Open the store $AzStore = New-Object -COMobject AzRoles.AzAuthorizationStore #Access the App $MyApp = $AzStore.OpenApplication($AppName) Can anyone please help me in completing this.
Raaga
  • 1
0
votes
1 answer

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 to have permissions for the operation. I am looking…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
1 answer

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 this : All the users can Update a order's…
Mahdi jokar
  • 1,267
  • 6
  • 30
  • 50