Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Multiple Roles with Multiple Clients

Reply
Thread Tools

Multiple Roles with Multiple Clients

 
 
Todd M. Taylor
Guest
Posts: n/a
 
      03-25-2005
I'm in the process of modifying an application for a client and the
Authorization model is giving me a headache

Within the application, users can assume muliple roles ( user / manager /
admin ) for mutiple clients ( Client 1 / Client 2 / Client 3 ).

For example user "John" could be an "admin" (role) for Client 1 (client) but
only be a regular user (role) for Client 2 and Client 3 (clients).

How would I go about setting-up such authorization in my database? Would I
have a tClient, tRole, tUser tables, all related to each other with
many-to-many relationships? Does anyone know of any online articles that
might address this situation?

Thanks in advance,
Todd M. Taylor
http://www.toddtaylor.com/


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple DestinationPageUrl in 2.0 based NOT on roles, but user table field alexandis@gmail.com ASP .Net 4 10-31-2007 12:41 PM
Authentication for web clients and Swing clients Francesco Java 1 12-27-2006 03:10 AM
Application level roles + Item level roles... how to do it? Jéjé ASP .Net Security 0 09-26-2005 11:06 PM
web.config, roles and multiple directories Matthias S. ASP .Net 7 03-18-2005 01:39 PM
JSR 168/Multiple User Roles BIX Java 0 09-26-2003 05:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57