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)

0
votes
1answer
10 views

Apache HttpComponents fails, HttpURLConnection works for same call

I need to use Apache HttpComponents for its HttpMime multipart libs. However, when making apparently exactly the same call with HttpComponents and stock java.net classes, HttpComponents fails: ...
0
votes
1answer
7 views

How do I simply set the ModelStateError from the HandleUnauthorizedRequest method?

So what is happening is that I have a condition within my override of the HandleUnauthorizedRequest method in my custom authorize attribute. Up to this point, I've been throwing a 403 which gets ...
0
votes
1answer
25 views

How to view an image outside of web root?

I have a .png that I want to embed on a particular page. This .png is outside of the web root, but we have a module in our system that allows users to view that image on a separate page. I found that ...
0
votes
1answer
28 views

Authorization does not work properly in ASP.Net application

I have an ASP.NET application running on a server. I want to allow all members of Administrators group - which can be local users, or members of domain group(s) added to Administrators group. ...
0
votes
1answer
21 views

OAuth and sticky sessions

I use OAuth 2 for authorization and need to implement it in a load balanced cluster. I've considered a few approaches, but it seems there is no way around a centralized approach. Here are my thoughts: ...
0
votes
1answer
28 views

How do I design a Web app with different feature sets for different users based on subscription level?

Looking for some insight into architectural patterns for applications that have different feature sets enabled for different users based on their subscription. I am not referring to roles - admin vs ...
0
votes
1answer
26 views

Authentication, authorization and user management services [on hold]

I am looking for user authentication and authorization services like the following: Stormpath Janrain DailyCred Are there other players around? This is the current opinion I have: Stormpath has ...
0
votes
0answers
17 views

How can I do publish permission for posting a link to facebook on my android app

in my app I must to allow users to post a link on facebook. The code is: public void createFacebookConnection() { Session session = new Session(AzioneSuFacebook.this); ...
0
votes
1answer
31 views

How to running application under root privilege?

Please tell me a way grant for my application to modify /Library/Fonts folder as add new and remove font file. Thanks in advance.
0
votes
0answers
11 views

Using ASP.NET Account features with .aspx webform pages

I have an ASP.NET MVC3 project with some .aspx pages integrated into it. The pages work fine but I am now trying to implement the built in Account features and I am having some difficulty. I know to ...
0
votes
0answers
12 views

Spring ws security database authentication and token based authorization

I have a SpringWS application and there are many clients authanticate server and use services. I want to design a new token based security system. Is it possible database authentication for clients ...
0
votes
0answers
4 views

IIS 7 authorization rules not synced with web.config

Is there something wrong with my IIS setup? I have a 64-bit IIS 7.0 installation. My site has a web.config, with authorization rules specified. In IIS Manager, when I open the authorization ...
0
votes
1answer
18 views

Authorization in JSF2 components

In our project we have JSF2 pages used in internal network of a company. But we are going to open those pages to Internet. So pages will be available to everybody. But some fields will not be rendered ...
1
vote
1answer
6 views

Spaces in ActiveMQ AuthorizationEntry Group Names

I am trying to use the JaasAuthenticationPlugin to authenticate users trying to access specific queues. (Most of my code is based off of the examples given in ActiveMQ in Action) Ultimately, I want ...
0
votes
0answers
8 views

A remote authentication

The frontend page A will send a Ajax request(or could not be Ajax if any other way could to do this, I can chage this logic) to local server B, with the username and passwd in the request. And the ...

1 2 3 4 5 163
15 30 50 per page