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.
0
votes
1answer
20 views
Adding Authorize Headers and validate in controller
In my MVC4 Web API Project, i added [Authorize] attribute to the controller. So when i call the method it is returning error as
"Message": "Authorization has been denied for this request."
How to ...
0
votes
0answers
5 views
Strategy for managing resource access dependent on claims
I have a system where a person can either be an Admin, which means he can do anything, or he could be a POC for a specific record, meaning he can do certain operations pertaining to the record(s) he ...
0
votes
0answers
3 views
Does the enhanced auth dialog still work, if it does how do i enable it?
I have tried countless ways to enable the enhanced dialog box but it does not seem to work for me. I am using the javascript sdk. It seems facebook has introduced a new auth dialog but does this take ...
0
votes
0answers
15 views
.Net Pass Authorization Header
My goal is to browse to a web site from my application that is secured with basic authentication. I would like to automatically login the user so that the user is not prompted, and the site is really ...
0
votes
0answers
10 views
User Authentication and Authorization using glassfish Jaas
I implemented Glassfish JDBC Realm based security with Form method. I added Roles that correspond with my Database groups i also added security constraint for any protected resource and everything ...
0
votes
2answers
28 views
Where to verify authorization for a Command?
The question's title resumes pretty much: where do I verify authorization for a Command?
For example, setting a customer as preferred involves:
MarkAsPreferred controller action (could be Winforms ...
0
votes
1answer
20 views
Google+ API: Can I get friends' private information?
I'm testing Google+ API v1.
I kepp fail to get my friends' personal information with the APIs with the authorization in the sandbox at the reference page.
I found the APIs in the documentation page, ...
2
votes
2answers
29 views
Back button prevents page from authorizing user?
In my MVC 4 application, I am using a BaseController to execute a few processes whenever any of my other controllers get hit, one of which is checking if a user is logged in or not.
I've noticed that ...
0
votes
0answers
10 views
LiveAuthClient CanLogout always false?
I ran into this issue just recently when I wanted to test my app with multiple live ids. I have an Azure Mobile Service that I use the live id with. Basically I remember being asked for whether the ...
0
votes
0answers
8 views
AuthorizationExecuteWithPrivileges -60032 error
I try to launch other tool from my application. First of all I tried to launch standard tool - mkdir
AuthorizationRef auth = NULL;
OSStatus err;
err = AuthorizationCreate(NULL, NULL, ...
0
votes
1answer
36 views
How to pass current context to an object c#
I am creating an application where I first login with my user account. This user account could be windows or self managed account in my own application database.
Now I want to authorize the logged in ...
0
votes
0answers
19 views
Website where users connect to thier github to ''confirm'' as author of project?
I've been researching ways to go about making a new project, and ran into some things which I couldn't find resources about.
I want to make a site which can display certain file types ( searching ...
0
votes
1answer
23 views
Spring Security Without Role-Base Using Database
I want to implement Spring Security(Authentication and Authorisation) I Google about it and any MKYoung Spring Security Example, I Just want to distinguish URLs between authenticated user and ...
0
votes
0answers
25 views
Unexpected Cache Request Header and 304 status
I have a WPF window with a WebBrowser control. I want to navigate to a page that requires Authentication, but I want to automatically login the user.
byte[] authData = ...
1
vote
1answer
34 views
Simplest way to secure a NamedPipes WCF service?
I'm using a WCF NamedPipesService to do IPC between two processes. Whats the simplest way to secure the WCF services so only my processes can access them?
I tried looking through the WCF ...
0
votes
1answer
14 views
SHA-1 in Amazon Api Authorization in Javascript
I've been trying to get Authorization for Amazon's s3 rest api going. It's pretty damn complicated.
Because I'm trying to make a simple GET request from an admin page on my website, I'm just trying ...
0
votes
2answers
32 views
Custom Authorization using signalr PersistentConnection with websockets transport
I im trying to authorize a user for some connections in SignalR, my issue is that using WebSockets as the transport i cannot set HttpContext.Current.User without getting an exception. The ...
0
votes
0answers
26 views
WCF Timeout at connection with wrong credentials
I'm using Duplex wsHttpBinding at WCF service,
Username authorization, with SimpleMembershipProvider.
All works fine, but one thing
Before connect client => service:
If i choose correct login and ...
0
votes
1answer
19 views
Tastypie auto log out
I am creating API based on Django 1.4.3 with Tastypie. I use ApiKey to authenticate users. As default ApiKey cannot be expired. But there is column created with datetime in apikey table. Even when I ...
0
votes
2answers
32 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
14 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
12 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. ...
7
votes
1answer
46 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
43 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
21 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
13 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
17 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
0answers
22 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
22 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 ...
2
votes
1answer
28 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
23 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
16 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 ...
0
votes
1answer
13 views
OpenVPN access control
Using OpenVPN, I can enable 2-way authentication with certificates, private keys and a CA-certificate.
In my understanding, this only provides authentication (the client is, who he says he is) but ...
0
votes
1answer
27 views
Simple Android authentication and requests after it
I'm implementing an android app and I'm having trouble understanding how I can implement a login feature (very simple, no encryption needed) and how it works after the user logs in
So, the first ...
0
votes
1answer
19 views
Which facebook actions you can do with oauth?
I want to create stand alone application that will fire some facebook functionality for my user.
As it is mentioned in Oauth official page it gives you access to some basic functionalities. For ...
0
votes
0answers
11 views
LinkedIn - Authorization screen is appearing but access is granted already
I'm using this to grant permission to my LinkedIn application via OAuth 2.0:
...
0
votes
0answers
28 views
yii CAuthManager get child and inherited roles
I am using yii and uses its CAuthManager to manage authorization. In my program I want to get the child roles and the child roles of the child role itself. Basically I want to get all the inherited ...
0
votes
0answers
20 views
Windows authentication in asp.net app with roles
I was searching for resolving this problem for two days, and i see all posts here, but nothing helps me.
I'm trying to make Windows authentication in intranet app. We have groups in AD with different ...
0
votes
0answers
8 views
Shibboleth - how it works?
I try to understand how Shibboleth authentication works. What a user have to supply to authenticate? Is is login and password? If so, is it an only option? How do I create a new login/password for a ...
1
vote
1answer
47 views
refresh_token Invalid Credentials errors
I'm stumped. I'm trying to manually get a refresh token to load an access token for me on Mirror API using Perl and it keeps giving me credentials errors. When I load the exact HTTP request in the PHP ...
0
votes
0answers
18 views
Authorization to web site from wpf/winforms app via https
I'm trying to send a POST request to some site with my login and password. The site is using https for auhorization. Using Fiddler I can see my request from browser, the body of POST looks like ...
0
votes
0answers
21 views
Is User Control level authorization possible on Intranet application in asp.net webform?
After a long googling, I found that Windows Authentication is the only solution for my Intranet Application (using ASP.Net 3.5 Web Forms). However for authorization, I failed to find out if User ...
0
votes
1answer
37 views
Permanent Dropbox authorization PHP
I am trying to develop a simple PHP application that would fetch files via Dropbox API.
Problem is the authorization, which user has to complete every time one tries to run the script (after the ...
0
votes
1answer
38 views
Authorization forbidden when using Orbeon eXist DB REST API
I'm new to Orbeon 4.1 and I'm trying to query the Orbeon eXist DB from an external application.
When I query for a form instance I keep getting a "not authorized" error. For example:
GET request:
...
0
votes
0answers
29 views
Netbeans Gui Builder hiding tabs
I try to design swing gui in Netbeans. I want to hide some of tabs according to role of user, for example role 1 see tab1,and tab2; role 2 see tab2 and tab3. I try to this with editing initComponents ...
1
vote
1answer
25 views
Designing permission system with bit flags
I am designing a permission system using bit flag in an integer for the first time and I find that I keep getting it wrong. When I finally calm down and get my head around, I realised there are 2 ...
0
votes
1answer
48 views
MVC Authorization for partial views and elements
MSDN says:
To restrict access to an ASP.NET MVC view, you restrict access to the action method that renders the view.
To accomplish this, the MVC framework provides the AuthorizeAttribute ...
0
votes
0answers
11 views
REST API token concept
I want to program a REST api with a small authorization scheme. The user has to transmit sort of an api key to verify that he is permitted to use the api. I've heard of concepts like OAUTH 2 and ...
0
votes
2answers
32 views
REST: How to transfer authorization key to server?
What is a good way to transfer an authorization key to a server? I'm building an REST-API right now and I'm stuck how the user can authorize on that api. He will get an authorization key (thats not ...

