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.
0
votes
0answers
2 views
Authentication without has_secure_password
I'm trying to do a custom authentication to better understand what's going on under the hood. It took a while to get it to accept password and password_confirmation, but now it just wont work and I'm ...
0
votes
0answers
2 views
NoClassFoundDefError when trying to authenticate against Active directory
My project uses a custom authentication by checking against a database but now i want to replace it with active directory. There is already a service which takes username, password and authenticates. ...
-1
votes
0answers
5 views
Authentication Plugin problems in Grails
I'm using Marc Palmer's Authentication Plugin for Grails. I'm attempting to add extra fields and constraints, but it's not working correctly.
So far I have:
Added these to my Config.groovy file
...
0
votes
0answers
4 views
can connect to mongodb via shell but not via mongoid
I have a ruby script that connect to mongodb using mongoid. It works fine on my local machine with a passwordless mongodb server, but when I try to run it on a client's server, their mongodb requires ...
0
votes
0answers
10 views
Is it necessary to re-authenticate with OAuth on every single page?
What I'm trying to do is basically have a system that allows people to post to Tumblr via this website using Tumblr's API. I think it would work something like:
Get the user to grant our application ...
0
votes
0answers
12 views
Authentication with cookie in ruby
I am trying to figure out how to authenticate using cookies in Ruby. A question here which is in Python (HTTP POST and GET with cookies for authentication in python). There is similar functionality in ...
-1
votes
1answer
27 views
How to make an .exe file need authentication through an online server?
I have an .exe file(not the source code) that I want to encrypt with an authentication service.
I do not want users to be able to access the .exe, otherwise the authentication would have basically no ...
0
votes
3answers
19 views
Require username/password to execute PHP script
I'm working on a website in which I -as an admin- need to be able to access a PHP script that no one else can. Building a whole login system with accounts would be overkill in this case, as I would be ...
0
votes
1answer
22 views
Authentication Plugin Grails problems
I'm trying to add extra fields and constraints to my User domain class which is using the AuthenticationUser plugin. I keep running across this text but I don't understand HOW they want me to ...
0
votes
0answers
15 views
MVC 4 see login.aspx instead of start page (index.cshtml) in windows authentication
Hi I have this problem that's driving me crazy!
I've developed an MVC 4 project using windows authentication. It runs fine on my personal machine. That is it opens:
...
0
votes
0answers
20 views
PHP Authentication Library Recommendations [closed]
I need to create a user login system for a new site which includes Facebook logins. I've searched the web for a good library but can't seem to find any that work well with code igniter and include FB. ...
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
1answer
17 views
Need help login into my yahoo mail account using Htmlunit in java
I need help on trying to log into my yahoo email, using Htmlunit in java. I am getting errors, I am really new to Htmlunit. I heard this is the best tool to use for screen scraping and in order for me ...
0
votes
1answer
29 views
Advice for authenticating an ASP.net MVC 4 website and web API [closed]
I am developing an application which requires the user to register/login.
Once they are logged in the application has access to a JSON RESTful API which will possibly be on a different subdomain ...
0
votes
2answers
19 views
Multi Login ZF2 with multi session
I have an application with 3 different logins (3 different dashboard). Not to write duplicate code I created an adapter and a plugin to login.
Now how can I manage 3 different sessions. If I run in ...
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 ...
1
vote
0answers
15 views
How can I integrate authentication within .NET and Pentaho?
I have tried to found example from internet about integrate login authentication within .NET and Pentaho but unluckily no solution found...
For example I have a web portal website need to login ...
0
votes
0answers
14 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 ...
1
vote
2answers
29 views
C# Client to PHP server authentication
My XNA game needs to connect to my website with a WebRequest to a PHP page that checks the database for the user and checks to see if the password is correct.
I already have a login script that will ...
2
votes
1answer
25 views
How do I use Tweepy OAuth for Twitter's new API?
I have been working with the Twitter API for a few months now, and everything has been working great, but suddenly my code fails to authenticate.
I have researched the problem, and it turns out ...
0
votes
0answers
7 views
Logging in Users in another table Devise
I am working with Devise in Rails 4. I have three different tables in my database. One is the overall User.rb that is generated by Devise. The Other two both belong to the table associated with ...
-2
votes
0answers
13 views
WebAuthenticationBroker stay logged in
I'm using the WebAuthenticationBroker class to log in with Facebook in my app (Metro App C#).However when the user checks "Stay logged in" he needs to log in each time.
Any ideas to let the user stay ...
0
votes
1answer
33 views
User authentication against salted passwords in another database
My client needs an ASP.NET application built that will have the same users as an existing Ruby on Rails application. It won't be single sign-on. The data from the 'Users' table on the existing ...
0
votes
0answers
19 views
How can I configure Apache HttpClient 4.x to use a specific Websphere SSL alias?
We have an issue in our environment when using Websphere to attempt to connect to an external system with HttpClient 4.x (current version is 4.2.1). Connecting to the external system is fine with ...
0
votes
0answers
15 views
PAM module and crypt function
I try to developp a pam module but i have a problem on this simple example :
PAM_EXTERN int
pam_sm_authenticate (pam_handle_t * pamh, int flags, int argc,
const char **argv)
{
int ...
0
votes
0answers
36 views
REST Api authentication - exchange private key
I'm adding rest API for mobile application into my existing grails web app. Since I'm having hard time with integrating OAuth2 provider into my application, I'm going to implement my own HMAC ...
0
votes
0answers
28 views
Good method to authenticate files to users
I'm developing an API to let my users access to files stored on another server.
Let's call my two servers, server 1 and server 2!
server 1 is the server im hosting my web site, and
server 2 is the ...
0
votes
0answers
16 views
How to get SSO authentication working with tomcat on Linux
I'm struggling with this for a while. I've seen several ways to get SSO working with tomcat but wasn't able to get this working. Is there a recommended module for this?
0
votes
0answers
15 views
Auth service in rails for authentication in an service oriented design
I have the following architecture in place: . Most of the services will be Rails-based. The Auth service uses Devise for authentication on top the LDAP Plugin for Devise.
I would like the Rails App ...
0
votes
1answer
21 views
Checking a password with Zend_Auth
How i can check a password, when i am already authorized on my page? I need write an action, where the user will change a password, and i must check a current his password. When I using a following ...
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 ...
1
vote
1answer
29 views
Custom AuthorizeAttribute not called
There are a lot of similar questions out there but this has me stumped.
If I used [Authorize] I get prompted for a username and password but if I use [InternalAuthorizeV2] I don't
I have a custom ...
0
votes
0answers
9 views
Server authentication on iPAD
I am developing an app which would run ONLY on iPAD. I want to do an username/password authentication with no session management. I am looking for a quick/faster implementation to do server ...
0
votes
0answers
7 views
How can I get the Kendo upload control to reauthenticate in IE.
I have a form with a kendo upload control and a save button along with a kendo grid. When I open the form using Chrome or Firefox, the upload control works every time. When I open the form in ...
0
votes
1answer
26 views
Authorizing methods in Spring MVC Controller
My aim is to protect some methods in my Spring 2.5 MVC Controller only to be accessed by specific users for e.g for Managers can access all the methods but Viewers can access a few of them. Though I ...
0
votes
0answers
9 views
Facebook Wont log users in Rails devise.
I am having trouble logging Users in using Facebook. I got it to work with Google,Twitter, and Yahoo! The problem is that it keeps redirecting the user back to my login page after they login with ...
0
votes
1answer
26 views
Block access for public computers in Kohana 3.2
I am running CRM based on Kohana in small office. Information is very sensitive so I want users to login only from office and not from home or anywhere else. I could block access by IP but office uses ...
0
votes
1answer
21 views
Is there any library for OAuth registration on .NET?
everybody:) I need to implement OAuth registration on my project, but I don't have a time to learn whole protocol, and write low-level code. Is there any library for .NET that can make it easier? I ...
0
votes
1answer
34 views
Can we find, in windows log file, rong password? [closed]
I filled my password instead of my user name in my work computer. I'd like to know if other persons (administrator) can go to log files and see it. If so how can i delete it ?
Second question: is it ...
0
votes
0answers
9 views
I cannot login to own ClueReleaseManager site
I have setup my own pypi server, using the ClueReleaseManager framework, and I defined a user (for testing purposes only) as follows:
cluerelmgr-admin updateuser test test test@localhost
Then I ...
0
votes
0answers
13 views
Asp.net windows authentication in load balanced environment with sessionState turned off
I am new to load balancer concept and needed some guidance on the same along with asp.net authentication per page. Oke so in my asp.net application we are not using session and we are using windows ...
0
votes
0answers
7 views
OpenSSH (Windows) to SSH (Linux) key auth not working [migrated]
I've setup an OpenSSH server on my windows machine and have been able to successfully SSH from windows box to my Linux machine (and vice-versa) successfully.
Although, I am not able to set up key ...
0
votes
1answer
10 views
Airbnb Rendr RESTful API authentication
I've been playing around with AirBnb's Rendr using the app template they provided on GitHub.
In their example they connect to a RESTful API using HTTP Basic Auth. However in their code they provide ...
0
votes
1answer
47 views
+50
HttpUrlConnection not working and shows different status code for GET and POST call
I am getting FileNotFoundException when making GET call to REST API. Here HTTP status code I get is 403.
For POST call I get IOException : No authentication challenges found, whereas I pass ...
0
votes
1answer
16 views
cakephp2 Auth Component with 2 users tables
I have a cakephp 2.0 application with 'users' and 'administrators' but they are organized into 2 different tables, how can I check these 2 tables to login using Auth Component using the same form? I ...
1
vote
0answers
17 views
Force verifying correct user on FB.login
I'm using the JavaScript SDK with the FB.login function. Unfortunately the documentation for this function is somewhat lacking in detail - only the 'scope' option is mentioned, even though there are ...
0
votes
0answers
37 views
Authentication with Back-end Spring Security Java EE Server and Front-end iOS Objective-C client
I want to authenticate a user connected on his iOS app on a Java EE server Back-end.
Here, you can find my spring security configuration back-end :
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
2answers
34 views
Authentication using Facebook with Passportjs: what is accessToken for, what should I store after registration?
I am using Passport to register/authenticate using Facebook.
When oAuth is successful, I am returned:
accessToken
refreshToken
profile
Now... when a user successfully registers using Facebook, I ...
0
votes
1answer
27 views
cookie is not saving Cakephp
Cake is not saving the cookie, at least not that I can see, and when I revisit the page I am not auto logged in.i actually want to implement the 'remember me functionality '.i am using this component
...
0
votes
0answers
6 views
Google app engine, authentication - REST style- little bunch of beginner questions
On my mobile app, I'd like to send login and password to the server. Please correct me where I'm wrong, or please tell me how I can improve on this?
We get login/password and authenticate by ...

