0
votes
1answer
20 views

'WSGIRequest' object has no attribute 'successful_authenticator'

I've made an authentication class just like that : Token Authentication for RESTful API: should the token be periodically changed? restapi/settings.py REST_FRAMEWORK = { ...
0
votes
0answers
22 views

How can I get acces token from google auth token?

I have created an application which asks for permission to use google account but now I have auth token and auth account, but I do not know how can I get with these variables data from user. For ...
0
votes
1answer
125 views

Smart card token authentication - Cancel button returns the blank page

The apache SSL is configured to challenge the web page user (based on the particular URL) for Smartcard token (Provider : Safenet) authentication. Here is the portion of the configuration ...
0
votes
0answers
67 views

PHP OAuth2 Access to Google Spreadsheet Token Invalid AuthSub token has wrong scope

I am setting up a PHP script to read particular columns of a spreadsheet stored in google drive. I successfully authenticated using OAuth2 and retrieved the spreadsheet file ID from google drive. If ...
0
votes
0answers
22 views

Is it alright to store token in a cookie of a front end application

We are building a frontend web application using emberjs with a node/express backend. The apis from node are being consumed by mobile as well as other applications. Thus, we have a token based ...
0
votes
0answers
65 views

Session Token vs Username and Password

I'm implementing a REST API which will be used for mobile apps. I'm an in the process of implementing the login which will return an encrypted random token to the client. The token can then be used ...
1
vote
1answer
523 views

REST Web Service authentication token implementation

I'm implementing a REST web service using C# which will be hosted on Azure as a cloud service. Since it is a REST service, it is stateless and therefore no cookies or session states. The web ...
2
votes
2answers
331 views

RESTful webservice + Spring token authentication

I am not too familiar with Spring but I have read some articles and how-tos. The business required are: typical client-server architecture: mobile clients and RESTful services on server side ...
0
votes
0answers
94 views

Android authentication token invalidation does not work

I've read numerous posts about proper auth token invalidation in android but nothing seems works for me. Please, take a look at button click listener class. private class OnRateButtonListener ...
0
votes
1answer
93 views

Rails API using devise auth_token logs out logged in user

So here's the scenario: User can login normally through devise login. Once logged in, the user dashboard has embedded flash which makes calls to api on same server (both at localhost:3000 currently). ...
0
votes
0answers
194 views

Symfony2 Basic Authentication. Token not set

Good morning everyone. I am playing with Symfony2 for a little and I have implemented the Basic Authentication that the documentation says. I can log in but in the debug bar it is said "You are not ...
0
votes
1answer
112 views

Rails-api HTTP token authentication

I'm looking to set up a rails-api app and would like to be able to be able to access the user throughout requests. I've read that HTTP token authentication is pretty much the way to go here, passing ...
0
votes
1answer
114 views

Login to Facebook on Android and getting an access token in return

Firstly I apologize if this is a question that has been asked many times. There have been too many different versions of doing this (many of which include code that are deprecated). I would like to ...
0
votes
1answer
100 views

Protecting a Codeigniter File Upload controller

I have a controller called "File_upload" which is called via ajax from a File Uploader form. As part of security hardening I want to make sure that the File_upload controller cannot be called via the ...
1
vote
3answers
609 views

how to generate a unique token which expires after 24 hours?

I have a WCF Webservice which checks if the user is valid. If the user is valid I want to generate a token which expires after 24 hours. public bool authenticateUserManual(string userName, string ...
1
vote
0answers
47 views

.NET Web API Application Token and User Authentication [duplicate]

Possible Duplicate: User Authentication in ASP.NET Web API Working on creating a Web API for some of our services and trying to find best way of securing it. We would like to issue an API ...
1
vote
1answer
187 views

How to generate correct auth tokens

I am trying to use the Android account manager for creating my app's own account, so I have studied the example provided in the SDK. However, I have a little problem understanding how I have to manage ...
0
votes
2answers
421 views

Rest token authentication with HTTP header

This is an existing system with a login screen, now I expose some services as REST service. I build an authentication-token login system for this Rest(jersey) service. User sends username-password ...
3
votes
3answers
1k views

How to create a authentication token using Java

On my Java EE6, REST service, I want to use authentication tokens for login from mobile devices, User will send their username, password and server will send back a token, which will be used to ...
0
votes
0answers
40 views

How do I replace an expired code?

When I get the message that my authentication code has expired, how should I request a new one? I'm using the Ruby gems facebooker2 and mogli.
2
votes
1answer
468 views

Facebook App Login - Exchanging code for an oauth access token is working only once

I'm using the URL below to get the auth token: https://www.facebook.com/dialog/oauth?client_id=CLIENT_ID&redirect_uri=RETURN_URL&scope=manage_pages,publish_stream This page will redirect to ...
0
votes
0answers
126 views

Wifi Hotspot Authentication Technology

I love to learn many thing about wifi authentication technology.I know about the embedded system like WPA ,WPA2-PSK etc. Im interested in the technique of strong authentication using two factor. I ...
2
votes
1answer
395 views

Nodejs Restful Auth

I'm new with Nodejs and I'm doing a restful server with restify. So, I have a scenario that I have many devices (with unique id) updating data through rest. What I want to do is authenticate them and ...
0
votes
1answer
192 views

How to access public content without user authentication [duplicate]

Possible Duplicate: Facebook API without client authentication for public content Is there an alternative way than using offline token (since it is deprecated) to access public content? I ...
0
votes
0answers
92 views

sharing web app content with partners in iframe via jsonp and token-based authentication

We are trying to create an infrastructure, or find an existing one, for sharing preexisting web application functionality with partners so that the registered users of our partners websites, can ...
0
votes
0answers
88 views

Symfony 2.0.4 Class __PHP_Incomplete_Class exception in ContextListener.php

I'm trying to create a custom authentication system for Symfony 2.0.4 and I extend the AbstractToken class in two different projects. If I am logged into one of the applications the other will return ...
0
votes
1answer
223 views

Django Social Auth not saving Twitter credentials

I've got django-social-auth working well with Facebook and Google however every time a Twitter user logs in it prompts them to authorize my app. It seems like the tokens may be expiring almost ...
1
vote
1answer
538 views

Integrating Swift and Keystone

I have swift-proxy and keystone installed in a multi-node environment. When I try to curl for a token, keystone returns the token successfully curl -d '{"auth":{"passwordCredentials":{"username": ...
1
vote
1answer
457 views

How to get Google TokenAuth working?

I'm developing a youtube upload application and have some troubles with a specific part of authentication. ClientLogin so far, works and uploads are received by Youtube. However I have to redirect my ...
1
vote
0answers
146 views

token based authentication in a distributed servers using database

I am developing a application with distributed servers using service oriented architecture, here is link for my system architecture. It is a Rails 3 application, where I have 2 content processing ...
0
votes
1answer
130 views

Facebook not sending 60 day token

So I have been working on this for a few days now, searched endless questions and posts about this, but have yet to find a solution. I am trying to get a 60 day access token for my websites facebook ...
0
votes
1answer
180 views

rails devise - how to have 2 devise authentications for two different user models?

We have admin_users and we have regular users and they both have separate tables, models and devise logins. It might make more sense to use devise against just one user table and use cancan for the ...
10
votes
1answer
2k views

Authenticating requests from mobile (iPhone) app to ASP.Net Web API (Feedback requested on my design)

I'm designing a web site that will have a mobile companion (initally iPhone only). The web site will be an ASP.Net MVC 3 application. I'll also have an ASP.Net Web API site (MVC 4) to expose services ...
0
votes
1answer
1k views

Single Sign On / Token-Based Authentication process

I have searched the forum for some resources: Security of Token Based Authentication Is token based authentication secure when Implementing a token authentication I am bouncing around ideas on ...
0
votes
0answers
131 views

Token (cookieless) based api authentication without ssl in ruby on rails

Whats the current best solution for handling cookieless api authentication for ruby on rails? SSL is not an option in my case. I'm having trouble finding any goods links to guides using authlogic or ...
0
votes
0answers
398 views

Creating a new record through json webservices

I'm a RoR beginner and looping around with this, and ran through casts, guides, gems and some other posts, and do not really understand how can i get a rails json webservice to do its job and create a ...
0
votes
1answer
238 views

How to authenticate external web app to post to facebook app's page?

Has anyone been able to figure out how to authenticate an external web site to post to a facebook app's page (wall)? We have an external rails site, and all I'm looking to do is post to our facebook ...
1
vote
1answer
339 views

How to establish authentication in apache or nginx based on my rails application?

I would like to limit access to some resources provided by my apache server. e.g. images and videos. The main web-application managing the users runs on ruby on rails. Now I would like to let apache ...
0
votes
1answer
160 views

Is using token authentication necessary in my case?

I'm building a web app that relies on a client side mvc that make ajax calls to the server with rails to get data from the database. I thought that, since ajax call are made to a controller that ...
0
votes
1answer
273 views

Application level auth token for Facebook?

So I have an app that needs to access public info, but needs an auth token. Specifically, I want to get the comments from public pages, and that requires an access token. Ideally, I'd like some sort ...
3
votes
1answer
574 views

Implementing token authenticable with Rails and Devise

I'm going to build an app which is using AJAX to load resources as json without reloading th page and it need authentication. I'm already using Devise to handle sign up but for each ajax calls the ...
0
votes
1answer
861 views

Post to my FB page with no FB login dialog

I've been reading the facebook API for the past couple hours and unable to put together a solution for this. I have a FB page for my website. I have a scheduled job that I want it to post to that FB ...
0
votes
0answers
254 views

ArcGIS - Is there a way to proxy a specific map service with token based authentication?

I have been researching for this answer for the past couple of days and no answers. Basically I have a base map that pulls for https://ArcGISOnline. Then I add a dyamic layer from my ArcGIS server ...
0
votes
1answer
194 views

eBay FetchToken returns wrong SecretID failure when it should not

I need to retrieve user token from eBay. I have all the necessary steps done for the android app I develop - registering with ebay, getting app id, dev id, and app certificate. I can successfully ...
0
votes
1answer
122 views

Is the token provided upon login platform or device dependent?

I'm testing the login with FB feature for IOS (using version 5) and I encountered what could be a possible problem for me. When I try on the simulator, the token returned is different than the one ...
7
votes
3answers
873 views

Rails: token authentication from scratch

I've got a rails app I want to start enabling some iOS integration with. I have a basic authentication system built mostly from scratch with a little help from Sorcery. My understanding is there's ...
0
votes
1answer
2k views

How to authenticate Token with devise

I wanna use devise' token_authenticatable helper for authenticate users agains the system. I found some older documentations where a method named valid_authentication_token?(...) is used. But this ...
0
votes
1answer
422 views

Google authentication with Java apache http tokens

I'm trying to authenticate with Google using a simple Java program. I post to the correct URL with my credentials. I get a response with HTTP status code 200 but that doesn't contain any of the ...
2
votes
1answer
146 views

Modifing CheckAccessCore(ctx) to permit WCF Help pages w/o authentication

I need to apply a different set of security policies to the "Help" urls on a WCF service. How can I get the full URL of the WCF service.. namely Session or Session.svc? ...
0
votes
1answer
688 views

PHP Tokens for Forms and Authentication

I have a question about tokens. I understand that they are random characters used for security purposes but just how do they work and what do they protect against?

1 2