Authorization is the process of determining whether a user, program or device is allowed to access a protected resource in a particular way. Authorization is a key theme in computer security practices.

learn more… | top users | synonyms (1)

1
vote
0answers
16 views

authorize users based on a posted id

How can I authorize users based on a posted integer? The Showproduct action shows the Product itself. it should only be visible if logged in user owns the Product. This is how the Index looks like ...
0
votes
1answer
12 views

Authorization with RolesAllowedDynamicFeature and Jersey

I'm trying to authenticate users with a JAX-RS filter what seems to work so far. This is the filter where I'm setting a new SecurityContext: @Provider public class AuthenticationFilter implements ...
0
votes
0answers
13 views

ASP.NET MVC4. Single user authorization form

I have a simple web-site with some news/articles in it (and that's all content it has), and i need to create some simple authorization for admin only, without using roles, membership and such (i'm not ...
0
votes
0answers
11 views

Item Base Authorization in .NET

I am trying to find an authorization and authentication solution for my ASP.NET projects that can be used with object based needs. Like I have different kinds of elements and various actions on them. ...
6
votes
1answer
37 views

Does something like CanCan (authorization library) exist for flask and python

I love @rbates CanCan ruby library for authorization. Was wondering if anything similar existed for python / flask ? I guess there are three main requirements: simple declarative way of defining ...
0
votes
1answer
9 views

How to authorize a file to be opened in just one device using encryption

I have developed a software that opens encrypted files. the files are Encrypted with the key generated from a Mixture of Device Hard Disc Serial and Mac ID In the server side. In Order To prevent ...
1
vote
2answers
39 views

MVC4 role based controller's action access

I want to build a Registration system where, while adding an user u can select the type of role you can give to him/her. And depending upon the role he/she it would be decided whether certain action ...
0
votes
0answers
19 views

Asp.net authorization, maintenance mode

In web.config, how could I perform the following? If a user visits any page (except for /admin/), and is not logged in, redirect them to /maintenance.aspx. If the user visits /admin/ then allow them ...
0
votes
1answer
11 views

Micrososft version of email sign-in on external websites

Google, Facebook, twitter all of them have pretty well known and documented "APIs" to allow web designers to include "social sign-in" in their websites (like stack overflow does in the login options). ...
0
votes
0answers
13 views

HTTP status 401, but expected data in HTTP response

I'm receiving a 401 status code on a response from a webserver. However, if I trap the 401 exception and process the data, the response actually contains the same information as an authorized request ...
0
votes
1answer
19 views

CodeIgniter, Session. Redirect everytime in autorization

I have a problem with session. I really don't understand how it works. In config.php I have $config['encryption_key'] = 'keykeykeykey'; ...//I've read it somewhere $config['sess_table_name'] = ...
0
votes
0answers
21 views

Partcial class is not working

I am doing NerdDinner toturial.I have an authorization checking method named "IsHostedBy"(Code1) in a partcial class called "Dinner". It checks whether the "current user" is the dinner's "HostBy" or ...
1
vote
1answer
16 views

How do I generate an access token from a refresh token for the Google Drive API?

I have both access token and refresh token. But the access token expires after few time so i want to generate access token from refresh token for Google drive API. so give me idea or code to generate ...
0
votes
1answer
19 views

Facebook get username without requesting authentication

I have tried countless examples from all around.. Is there any real way to get the current users name in a fan page app using the JavaScript sdk without a pop up requesting authentication? Here is my ...
0
votes
1answer
11 views

System.UnauthorizedAccessException on IIS7.5, full control everywhere

I'm trying to get an ASP.NET Web API application running on IIS7.5. I've added an application tot the default web site for it. It's running in the DefaultAppPool, with anonymous authentication enabled ...

1 2 3 4 5 159
15 30 50 per page