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
0answers
9 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
22 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
8 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
8 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
17 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
7 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 ...
0
votes
0answers
2 views

Authorize file write as administrator in Cocoa app

In my Cocoa application I need to write out a plist to a privileged location, so I was looking into the Security framework. I have the code below, which does seem to properly pop up the dialog box ...
5
votes
0answers
35 views

Architecting a platform authorization permission model

An important part of any platform (PaaS) authentication's security is to be able to limit and/or define a particular application or user's "rights" or permissions on either a user/app basis or a ...
0
votes
0answers
30 views

Iterate folders and files on Google Drive without authorization

Google's Drive service is great, but their documentation is quite confusing...What I want to do is to create a portfolio site where upon request I fetch all files contained in a particular folder from ...
0
votes
0answers
16 views

Store Oauth state in a DB or AES-256 Cookie

I am using Oauth 1.0a (Twitter specifically). The Oauth flow for authorization contains state, specifically, the client (my App) must maintain the "Request Token Secret" until the user (in the ...
0
votes
1answer
6 views

Get an access to current_user in Doorkeeper overriden layout

Since Doorkeeper is an isolated Engine we have no access to whatever you did in ApplicationController. But what if you need a current_user? What could be a workaround here? The first idea is to ...
0
votes
2answers
17 views

I need clarity of facebook canvas app authorization

It's not clear to me from the documentation how it's supposed to work. I know that if I'm using the javascript sdk and have an external site that implements facebook login/registration, I can use the ...
0
votes
1answer
46 views

Facebook c# client getting script error during authorization

I have a c# client application using MS's Facebook library that has been working fine for a while (this particular form was last changed on May 6th, and was working during my last test cycle last ...

1 2 3 4 5 163
15 30 50 per page