New Post: How to access the Attributes set within the Role Authorizations
Thank you for your quick reply.Much appreciated. -Jason
View ArticleNew Post: varbinary column removes zeroes on objectSid
When I'm trying to add an entry netsqlazman_ApplicationGroupsTable I provide objectSid that is generated by SqlAzManSID.NewSqlAzManSid(). Sometimes the guid that is generated ends with two zeroes or...
View ArticleNew Post: varbinary column removes zeroes on objectSid
Hi,I chose to use the varbinary(85), because the default SQL server functions (SUSERSID and SUSERNAME) wants just a varbinary(85) to represent SIDs parameters.A binary(16) would not be sufficient in...
View ArticleNew Post: Multitenancy
Hi, The list of operations in Azman is the list of API rest functions exposed by the application. So 2 different tenants are sharing this list.For example if i take a simplistic example of a calculator...
View ArticleNew Post: Multitenancy
I don't quite get the concept of "Tenant"? Is it an application consuming the REST APIs? What is the relationship between A user and a Tenant? Can the same user relate to different tenants?With all...
View ArticleNew Post: Inserting Authorization
Thanks Andrea. One very minor mistake I noted was that you set @ownerSidWhereDefined twice, but never set @objectSidWhereDefined. An easy enough change to make (just modify the second SET...
View ArticleNew Post: Inserting Authorization
jasonbaum wrote:Thanks Andrea. One very minor mistake I noted was that you set @ownerSidWhereDefined twice, but never set @objectSidWhereDefined. An easy enough change to make (just modify the second...
View ArticleCreated Issue: Object reference error on Effective Permissions Report [11419]
I'm running version 3.6.0.15 on Windows 7 x64. I have an app store setup, with operations, tasks, roles, and application groups. My web apps run correctly using the authorization provider. However,...
View ArticleNew Post: Determine whether role is primary or inherited
Hello,I have been using RoleProvider to determine LDAP roles and authorizations for a given user. I have been successfully determining all roles and all authorizations for a user, and I see that I...
View ArticleNew Post: Determine whether role is primary or inherited
Jason,Can you tell me why you need to know how the user gets the role? It should be transparent in your design. I have designed a shared security framework for all applications in the company. Every...
View ArticleNew Post: Permissions like, give access only to the teacher of a particular...
I am a novice to the NetSqlAzman. So far I am liking it a lot.I have a scenario where the attendance for a class is taken only by the teacher assigned to the class. This information is set in the DB.To...
View ArticleNew Post: Permissions like, give access only to the teacher of a particular...
Correct, use attributes.I have a patch submitted that lets you pick the attributes to assign from your database (using a custom tsql function like you do to pull in the user list) if interested....
View ArticleNew Post: Multitenancy
Essentially you want to have multiple netazman databases - so the permissions are unique per tenant....but you want to 'share' the definitions across them because they are the same..right?Pretty sure...
View ArticleNew Post: MVCSiteMap and Roles
I am using MVCSiteMap (https://github.com/maartenba/MvcSiteMapProvider) on my MVC3 web application for my menu navigation. I am also using NetSqlAzman as roleprovider.No matter what I try, the sitemap...
View ArticleNew Post: MVCSiteMap and Roles
Try to add securityTrimmingEnabled="true" to the siteMap tag into the web.config file.Regards, Andrea.
View ArticleNew Post: MVCSiteMap and Roles
It looks like that did the trick!A million thanks Andrea!
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
I am creating a service wrapper around netsqlazman to be consumded by a WPF application. I am using NetSqlAzman to implmement role based authorization on client side.I would like to understand the...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
To my knowledge, there is not a "Get All Info" script. Everything is on a "per call" basis. Take what I say with a grain of salt, it's been a year since I looked at this library. I wrote a custom...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
zkay15 wrote: I am creating a service wrapper around netsqlazman to be consumded by a WPF application. I am using NetSqlAzman to implmement role based authorization on client side.I would like to...
View Article