473,326 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Application sser rights management

Hello all,

I'm in search for a nice user rights management framework. I want to
be able to check if the current user has the right to perform a
specific action, like: create a new user.

Something like:

if(!User("Jacque").HasRightsFor("createuser"))
{
throw new ApplicationException("User Jacque does not have rights to
create a new user.");
}

Is there some work like this? Any ideas are welcome.

Regards,

Freek Versteijn
Jul 21 '05 #1
1 1536
Well there are a couple of things that come to mind here. If your
requirements aren't too granular and you are able to use it there is
Windows based roles (i.e. Groups and/or Active Directory). Baring that
you could look into Authorization Manager (AzMan) on Microsoft's website
to see how it deals with this. It allows you to do very granular
checking of authorization checks and doesn't require as much (any)
involvement of a systems administrator. There are whitepapers and
webcasts available for this. Also as a secondary item, you could take a
look at Active Directory Application Mode (ADAM) for "light weight"
authentication if you need it.

Have A Better One!

John M Deal, MCP
Necessity Software

Versteijn wrote:
Hello all,

I'm in search for a nice user rights management framework. I want to
be able to check if the current user has the right to perform a
specific action, like: create a new user.

Something like:

if(!User("Jacque").HasRightsFor("createuser"))
{
throw new ApplicationException("User Jacque does not have rights to
create a new user.");
}

Is there some work like this? Any ideas are welcome.

Regards,

Freek Versteijn

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Ian Quennell | last post by:
I have just installed VS.net on Windows 2000. I am trying to create a web application but I get the error "Error when attempting to create or open the web project located at the following URL: ...
6
by: Eric McVicker | last post by:
Session state has options to be inproc, state server or sql server. Why does Application state not allow for state server or sql server so the same Application state could be shared between...
2
by: Mr. TW | last post by:
Hi all, I've scanned Google Newsgroups, but although similar problems were discussed there seemed to be no solution for the following. I am using Windows 2003 Server, Evaluation Edition (Build...
1
by: Versteijn | last post by:
Hello all, I'm in search for a nice user rights management framework. I want to be able to check if the current user has the right to perform a specific action, like: create a new user. ...
15
by: limeydrink | last post by:
Hi all, I want to create a mobile field worker data solution. Let me explain... I work for a company that has some software used by call takers to enter information into a database about...
6
by: JeffDotNet | last post by:
Writing to a registered source in the Application event log I have an asp.net framework 2.0 app that I created on a winxp machine and now I am deploying it to IIS6 on a win server2003 machine. ...
1
by: Rasheed | last post by:
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509...
10
by: Henrik Dahl | last post by:
Hello! I have some images (for instance in .jpg files) which I would like to apply digital rights management for, i.e. that only authorized users may wiew then using their www browser, i.e. if a...
3
by: Andy Fish | last post by:
Hi, I am trying to figure out how to use asp.net membership providers for my vs2005 web project. unfortunately the only walkthrough in MSDN uses the "Web Site Administration Tool" to configure...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.