Authentication is commonly understood as the act of asserting a user's or entity's identity, although in the wider sense it can refer to asserting the truthfulness of any kind of claim. Authentication, like encryption, is a major component in implementing computer security.

learn more… | top users | synonyms (3)

1
vote
1answer
24 views

Windows Phone 8 using PNS authenticated web service for an enterprise app

We have an enterprise app using MS PNS that is managed via a 3p MDM (airwatch). The app will NOT be deployed via the MS phone store and I need to enable PNS using an authenticated web service ...
0
votes
1answer
7 views

CakePHP Auth not re-logging in to the right path

I am having some issues with the CakePHP Auth login. For some reason, instead of the site going to the path i have laid out for it, it looks at the form and goes right to the login function. To ...
1
vote
2answers
393 views

creating Basic authentication in Slim framework

I had seen 2 questions on SO and several topics on google but that didn't helped me out Authentication Based REST API with Slim Securing a REST API and Slim Framework Slim provides you different ...
0
votes
1answer
23 views

Django Multiple Authentication Backend for one project, HOW?

Need serious help here. I have an application written in django/python and I have to extend it and include some other solution as an "app" in this application. For example my app to be integrated is ...
0
votes
0answers
2 views

Infinite loop with redirect_uri, getting user = 0 in iframe tab application

I've created a new app. Then set up (as always) the both (http, https) urls for "Tab App" setting Added application as a new tab of myFanPage These are the config variables I keep: ...
0
votes
2answers
47 views

Creating licence files for a java application?

I am interested in creating a licence file which will authenticate the use of a Java application. The application will open showing a window if the licence is not found or is invalid. I also want to ...
0
votes
1answer
53 views

How to authenticate and authorize with AWS Identity and Access Management?

I am writing my own reporting software in Java and planning to use RDS for data storage. I want to do the A.A. with AWS IAM. Is there any example(s) of authenticating and authorizing with AWS ...
1
vote
1answer
23 views

Save locally SVN authentication credentials with SharpSVN

I’m using SharpSVN. I want to store the SVN credential in pc. I have try to set credentials updating default credentials using (SvnClient client = new SvnClient()) { ...
0
votes
1answer
23 views

Unable to find the controller for path “/login_check” - no matching controller found

It's a common problem, there are lots of hints but i'm currently unable to solve it. Maybe someone can help me. My security.yml: firewalls: login: pattern: ^/login$ anonymous: ~ ...
0
votes
0answers
11 views

Cookie based sessions for the browser, what about API calls using cURL?

For my site, the browser and API calls will land on the same page. If the browser is using a cookie to authenticate itself, it seems like a hassle(and wrong) for cURL to implement cookies to ...
0
votes
0answers
11 views

400 Bad Request when attempting to insert QR code image for Google Authenticator

I'm trying to set up two-factor authentication with Google Authenticator on my site. I'm able to generate working codes, but when I insert the image URL into the page, I get the following error in ...
22
votes
5answers
18k views

SVN change username

I found a lot examples on how to change the username for specific revisions and so on. But what I need is this: I did a checkout with the authentication credentials of a workmate and need to change ...
0
votes
2answers
26 views

Temporary authentication via query string

My goal is to be able to generate a special URL that would allow someone to view a normally "protected" view temporarily. In fact, if they leave the page, any temporary authentication that was granted ...
0
votes
0answers
7 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
1answer
30 views

IsAuthenticated is always false when including HttpCookie subkeys or not encyrpting

Okay, I've been assigned with authenticating used on a login page. I've been working on this for quite a while and decided to clean up it up. The problem that I faced is one of those problems where ...

1 2 3 4 5 857
15 30 50 per page