Authentication is the process of determining whether someone or something is, in fact, who or what it is declared to be.

learn more… | top users | synonyms (5)

1
vote
0answers
4 views

Create User-object in custom user-database with 3rd party OAuth-token?

We are creating a service (backend + iOS-app for now) where a user can log in. We have completed our own custom token-based login system with registration. We are now trying to implement the function ...
0
votes
0answers
4 views

Yesod scaffolded site browserId TlsException

What I want to do Create and authenticate users with BrowserId in Yesod. What I've tried I haven't altered the authentication code from the scaffolded site. My reading of the following in ...
0
votes
0answers
11 views

How to generate owin access_token ( authenticate user ) after email confirmation without password

I need to achieve such behaviour: When user confirmed his email, login him automatically without entering user name and password. My GrantResourceOwnerCredentials method is next: public override ...
0
votes
0answers
10 views

OAuth 2.0 user login and server to server authorization

I'm having a hard time finding any information on how i would go about structuring my API authorization with or without the help of OAuth 2.0. The infrastructure I'm attempting to set up involves a ...
0
votes
0answers
7 views

Facebook Invalid Hash key

i developing an android app with Facebook auth. I all the time get an error with invalid key hash .the key hash doesn't match any stored .I already removed couple times an app from Facebook and ...
0
votes
0answers
13 views

Best practice of createing mobile store client for Android

I am trying to find any example or article about best practices of implementing android client (not web view and mobile version of page). There are a lot of great clients for mobile like Ebay, ...
0
votes
0answers
5 views

Selenium Webdriver - Autoit Script For Authentication Required working in Firefox But not Working in Chrome

I had a Script for authentication Required . Its working Well in Firefox but its not working in Chrome. Below i had attached My Script . please Help me.... AutoItSetOption("WinTitleMatchMode","3") ...
0
votes
0answers
18 views

How to sign in with Google and Facebook with Django [on hold]

I'm trying to make a website on Django with Google and Facebook logins in it. I've tried the python-social-auth to enable the social logins but they don't work well with the custom user model I made ...
1
vote
0answers
12 views

Retrieve Pyramid's auth_tkt via HTTP response headers on mobile client

I am writing a mobile iOS application, which communicates with a Pyramid app on the backend. I am currently using Pyramid's built-in AuthTktAuthenticationPolicy. I've met some speed bumps while ...
0
votes
0answers
10 views

Amazon Cognito Javascript with developer authentication

I would like to use a third party service to manage my user registration (dailycred). Is there a way to integrate this with Amazon Cognito using javascript. From what I gather from here: ...
0
votes
0answers
8 views

Where to look to find user authentication code in typical ASP.Net web applications (ASPDotNetStoreFront)

I've been tasked with digging into a 3rd party store (ASPDotNetStoreFront) that was previously implemented by someone else. The store previously snagged any entry into the app and routed users to the ...
-1
votes
1answer
18 views

Login failed for user -> #c to database

Hello guys im trying to connecty my textboxes into my database" loonberekening table werknemer" But im getting an error named : Login failed for user can someone help me? Thanks private void ...
0
votes
0answers
3 views

forms authentication cookieless UseUri not work in Azure

As.NET MVC 5 use coocieless auth It work on local machine and not work after publish in AZUre
0
votes
0answers
7 views

python social auth Token error: Missing unauthorized token

I'm new to python social auth and am using django 1.6.6 and python social auth to provide login function. I use CustomUser to save the twitter user information and set SOCIAL_AUTH_USER_MODEL = ...
0
votes
1answer
17 views

Does Laravel query database each time I call Auth::user()?

In my Laravel application I used Auth::user() in multiple places. Am just worried that Laravel might be doing some queries on each call of Auth::user() Kindly advice
0
votes
0answers
7 views

GoogleSocialPlatform (Unity) Crashes on Authentication

I'm facing a problems again with Unity2D. I've imported latest a Google Social package into Unity. There's some kind of problem when I'm authenticating a user. using GooglePlayGames; using ...
0
votes
0answers
5 views

Authentication with PHPSESID on AngularJS

How to do cookies authentication with phpsessid on AngularJS? All day I'm trying to search decide but unsuccessfully Thx
0
votes
0answers
12 views

GAE python webapp2 authentication setting max token age

I'm using webapp2 authentication based on the following article: http://blog.abahgat.com/2013/01/07/user-authentication-with-webapp2-on-google-app-engine/ Currently once a user has logged in, he will ...
0
votes
1answer
21 views

ARC - Invalid OAuth2 scopes

So i got an application witch uses cloud endpoints in order to connect with app engine backend. Its working perfectly on physical devices and andy emulator. Yet when i try to authenticate on arc i ...
-1
votes
0answers
14 views

Git not sending authentication in linux?

I have a problem trying to authenticate against a remote git repository hosted by scm manager on Linux with certain users. The problem arises when I try to do an action which requires authentication, ...
0
votes
0answers
5 views

AuthType not allowed / What to change in apache2.conf to allow .htaccess

I've tried to add a .htaccess (with Basic authentication) but I get a 500 internal server error and the logs says: /var/www/html/pgr/.htaccess: AuthType not allowed here So it's pretty clear whats the ...
0
votes
1answer
11 views

Cordova: Share webview cookies with native plugins

I have a cordova app, running iOS and Android, which uses cookies for authentication (the user just types in email and password, and the in app browser sets the cookies, backend in Rails with devise). ...
0
votes
0answers
16 views

To password protect SQL Server 2008 database like MS Access [on hold]

I am using SQL Server 2008. I want limit user access to an individual database after logging into SQL server through Windows or SQL server authentication.When one trying to open a database, he/she ...
1
vote
1answer
29 views

Authentication meachanism in spring

I was reading about how Authentication works in Spring and found that there are two filters taking care of the Authentication. AuthenticationProcessingFilter BasicProcessingFilter So I set ...
1
vote
2answers
32 views

Cakephp 3.0 Login

I'm facing trouble with my login system. I managed to register my user in my database but whenever I try to log in, it keeps prompting "Invalid email or password, try again". This is my model: ...
2
votes
2answers
31 views

Synchronous calls until the user is authenticated as visitor with angular

My question is rather theoretical than how to do it. I would like to know how the experts manage situation like I'm going to describe below. I have a SPA using Angular and Breeze. The authentication ...
0
votes
0answers
18 views

MySQL Connector/NET error when using Windows integrated security on Windows Server 2008

I am getting a MySqlException when creating a connection using Windows integrated security via MySQL Connector/NET 6.9.6.0, but only on Windows Server 2008 (64-bit). Other operating systems on which ...
0
votes
0answers
14 views

c# connecting to fax server on the network(workgroup) with username and password [on hold]

I'm trying to write a simple console app in C#, where I can pull simple stats. However, it's growing to be more complex than I thought. My Setup and goal is as follows: from computer A, I log onto ...
0
votes
0answers
9 views

Authentication error when running Sql Server Agent job

This problem is driving me crazy... In Sql Server 2012 I have a Agent job: Job_1, a proxy account: Proxy_1, a credential: Cred_1, the job has a few steps of type SQl Server Analysis Services Command, ...
0
votes
0answers
8 views

ASP.NET OWIN use Email to Login (instead of username)

Currently, my application does OWIN authentication the following way (using UserName & Password, as in code below). I need to make users log in using their email (instead of username) and ...
0
votes
0answers
11 views

user.identity.getuserid = null but username works

I look now for days for solve this problem. with user.identity.name or user.identity.username i got the right value back after login. But when i want to know the userid i get a null. everything ...
0
votes
2answers
24 views

Mojolicious, redirects, session and trying to create an authentication system

I'm trying to get away from Basic Auth in my Mojolicious application. I am able to detect the absence of a session key and redirect to a login page. The login page then posts to my application and I ...
0
votes
0answers
12 views

Local SMTP server for ubuntu

I'm using a Java class that sends mails using JavaMail. I really need to use it even though authentication is not yet implemented. Basically it just has SMTP hostname, port, from, to, subject and ...
-1
votes
1answer
12 views

Rails Authentication gem for MongoDb

Which is the best rails authentication gem to use with MongoDb, please suggest me... i heard that it's very hard to customize devise for mongodb.
1
vote
0answers
33 views

Login [ Auth->identify() ] always false on CakePHP 3 (Solved)

Sorry about my english... but let's go: I started using CakePHP 3 after a time using CakePHP 2 and I am having troubles to create the authentication login ... :( The new auth function ...
1
vote
0answers
20 views

C# web service returning 403 error

I have a web service using https returning 403 error when called by an external application. Direct navigation to the service works as expected. I believe I've passed current crendentials and adjusted ...
0
votes
1answer
27 views

AngularJS $httpprovider.interceptors.push is not working

I have a angular JS factory method in inspect.js <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script> (function () { "use strict"; ...
0
votes
1answer
23 views

Unable to login with basic auth in Laravel 5

I've been trying to get authentication working for an API that I'm making in Laravel 5. I added basic authentication by extending AuthenticateWithBasicAuth. When I visit a page in the browser, I get ...
0
votes
1answer
13 views

ASP.NET MVC share authentication with ASP.NET WebAPI

I am building an AngularJS MVC application, I need some guidance in terms of authentication. I am thinking of building the Authentication using the MVC authentication pipeline. AngularJS code will ...
0
votes
1answer
19 views

Devise sessions_controller#create method too slow

I am conducting stress tests in our website, the ones that would crash the machine to figure out user limit supported by the system. The problem is that while monitoring unicorn processes, nothing ...
0
votes
0answers
6 views

add a column to permmision model in auth module in django

I pretend to add a columm that will allow me to divide permissions in two categories that i will recognize in my views. Im using the authentication module, i did customize the user model, so there's ...
0
votes
0answers
12 views

Android: How to surpress the notification “Signin error for … (username)” on connection failure

Users of my app have complained and I have noticed for myself that a little notification icon shows up once in a while saying "Signin error for ... (username)" This especially happens on unstable ...
0
votes
2answers
42 views

ASP.NET Forms Authentication - not redirecting to any page

I'm in the process of learning ASP.NET and am still fairly new to the programming world. While learning about authentication/authorization, I edited my sample app's web config file to enable forms ...
-1
votes
0answers
18 views

Meteor: Integrating third-party authentication mechanism to log into the meteor application [on hold]

I am building an application that uses a third party authentication service to log into my application. The user is redirected to the login page of this service if he isn't logged in, otherwise he is ...
0
votes
0answers
17 views

authentication with spring security and jsf login page

I'm creating a spring security application integrating primefaces 5 and JSF 2.2 with a custum login jsf page. the problem is that when I execute the login page I have the following error : Error ...
0
votes
1answer
18 views

programatically login to web application with windows authentication

I am working on a MEAP (Mobile Ent. Application platform) which uses PHP on server side and javascript on client side. The web application is consumed through an appshell (hybrid app) on IOS devices. ...
-1
votes
2answers
24 views

Angular refresh browser on redirect

When running an angularjs application, the user access may be withdrawn from the server side. In this case, every request results in a http 302 redirect and a login html (no partial) page. Since ...
0
votes
0answers
11 views

Single sign-on: wp_authenticate_user vs wp_authenticate

I have a wordpress site (lets call it site1) and another site with oauth2 (site2). When a new user is created, a record is created in both site1 and site2 databases with the same email as username, ...
1
vote
1answer
15 views

Laravel, Auth and logging out from a model

I'm currently using Laravel 5 Authentification, but I have edited it to allow me to connect to an API server instead of an Eloquent model. Here is the code of my custom UserProvider: <?php ...
0
votes
0answers
6 views

Confluence REST API Authorization issue

I am having issues with Atlassian Confluence REST API authentication. Please take a look at following C# code : private string USERNAME = "test"; private string PASSWORD = "test"; HttpWebRequest ...