0
votes
1answer
34 views
Is this a good data model to implement strongly-typed roles?
Yes, this has been asked before here and here. I'm curious as to whether the approach I'm considering is architecturally sound.
Let me start off by trying to describe what I'd lik …
4
votes
7answers
177 views
User roles - why not store in session?
I'm porting an ASP.NET application to MVC and need to store two items relating to an authenitcated user: a list of roles and a list of visible item IDs, to determine what the user …
1
vote
1answer
15 views
Adding roles to the ‘CreateUserWizard’
Hi (I'm pretty new to this),
Is it possible to add roles to the 'CreateUserWizard' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been c …
1
vote
3answers
47 views
Role Caching Strategies in ASP.NET MVC
We have an ASP.NET MVC application for which we have developed our own custom RoleProvider class. Without caching it will access the datastore for every request - bad. The only cac …
0
votes
1answer
30 views
ASP.NET MVC: Hierarhical roles, custom authorization
Is there a way to organize the roles in my app like a tree? You know, User can do several things, Moderator is just like user but can do little more, Administator have even more ab …
0
votes
1answer
19 views
Forms Authentication with Sitemap and asp:Menu control
I have a site with 2 sections - one for customers and one for admins, in essence.
Each section is in its own directory with its own web.config and sitemap. Security and access wor …
1
vote
0answers
13 views
Getting a list of Tasks that belong to a Role from Azman
I'm using the AZROLESLib which is from the COM references "azroles 1.0 Type Library" and I am trying to create a list of the designated tasks for each role that I have currently se …
1
vote
3answers
83 views
ASP .NET authentication against Active Directory and Roles via ASP.NET role provider
Hello,
In my current project, we need to authenticate users of an ASP.NET application against Active Directory. I think it can be achieved using the membership provider without to …
0
votes
2answers
39 views
Asp.net semi-authenticated user?
We've got an asp.net mvc website that is currently in a private beta state. As such we are sending out invite codes that must be supplied as part of the registration process for re …
1
vote
2answers
240 views
Authlogic and Roles
I am developing an application which users authlogic for authentication.
I would like some way of giving users roles so that I can authorize certain actions to certain roles.
Is …
1
vote
1answer
38 views
Unable to delete ASP.NET role
I have a set of four ASP.NET roles that I have been trying to delete - they never want to die.
Simply put, I've deleted them successfully by using the website administrator tool …
1
vote
2answers
41 views
ASP.net Membership - adding a role
I need some advice whether it is recommended to add a membership role to a web application after the web application has been deployed and is in use.
The problem with this is tha …
2
votes
1answer
54 views
How to redirect role-based security exceptions to custom page (ASP.NET)
I have very simple:
[PrincipalPermission(SecurityAction.Demand, Role = "Administrator")]
public partial class _Default : System.Web.UI.Page
This works - it denies access if role …
1
vote
3answers
275 views
ASP.NET MVC Roles without database (and without role provider)
I have a super simple ASP.NET MVC application that uses RpxNow (OpenID) to allow users to login. I now want to let users edit their own account and provide administrator access to …
0
votes
0answers
42 views
Problem with role requirement and restful authentication
Our site uses role requirement and restful authentication plugins for rails. We are seeing most users able to access the site (login) just fine but a handful of logins are failing …
