2
votes
1answer
39 views
Authorize an entire security group to perform an Action in ASP.Net MVC
Hello, I'd like to authorize users to perform specific actions within my controllers. I've found the ASP.NET tutorial which explains how to allow individual users to perform spec …
0
votes
1answer
18 views
Should I implement a custom properties file based authorization tag to go with authz from Acegi Security?
I'm searching for the best way to handle view-level authorization (where you hide markup based on a user's roles).
The typical way to do this is with the Acegi Security authz tag, …
0
votes
2answers
30 views
Winform, authorization on ui
0 vote down check
I'm thinking on creating standard users, roles, permissions table schema, add contorls table and permission would be 'for a role on a control' and then in form …
0
votes
1answer
12 views
Authorization with Websphere MQ 6
I have the server side of IBM's WebSphere MQ version 6 on a virtual machine running Windows Server 2003, sitting on a Vista desktop. The desktop has the client installed.
I've got …
1
vote
2answers
64 views
Authentication/Authorization of an ASP.NET MVC Project
We're getting our new MVC project off the ground and are trying to tackle the concerns of authentication and authorization (through Action Filters preferably). Our roles will come …
0
votes
4answers
41 views
Authorization and authenthication for WinForm application
Hi!
I'm starting to develop windows application and I've been looking around for some authenthication and authorization solution available, but no luck so far. I have to be able t …
0
votes
1answer
17 views
How to keep RoleProvider from overriding custom roles?
I have an custom role provider that gets the roles a user belongs to from a database. I also have a custom authentication module registered in my web.config's httpModules which sn …
0
votes
1answer
20 views
Configure authorized roles dynamically via a config file in MVC Application
I current have the following attribute decorating one of the action method.
[Authorize(Roles = "Admin")]
public ActionResult DoAdminTask()
{
//Do something
return View();
}
…
0
votes
1answer
17 views
Remotely authenticating client Windows user on demand
Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows …
1
vote
3answers
47 views
What is is the best way to manage edit/destroy/new links with authentication?
I'm new to Rails and I'm trying to create a standard CRUD rails application for displaying text posts. It's pretty similar to blog where I would like authenticated users to be able …
0
votes
1answer
66 views
WCF Security - Client Authorization
Hello there,
I need help on securing my WCF Service so that only authorized users can make a call to service methods.
The WCF Service is configured with wsHttpBinding and is hos …
2
votes
3answers
124 views
Implementing custom login for ASP.NET MVC
Hi,
I'm new to ASP.NET MVC and need abit of advice on how to implement the following.
The site is a heavily used site with roughly 200 users internally (intranet). We use forms a …
1
vote
2answers
301 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 …
0
votes
3answers
41 views
HTTP Preauthorization
At http://localhost/tmp/ I have a form that asks for the user and password (authentication).
After the user posts (hits OK) I want to redirect the user to http://localhost/test/ wh …
1
vote
1answer
20 views
XACML as an evolution step in an existing application
I've begun doing some research on XACML and external authorization. Right now I have an existing application which utilizies an RBAC model. However the implementation has a lot of …
