The authenticate tag has no wiki summary.
6
votes
2answers
305 views
How to design a web api for mobile app usage?
We are building a mobile app, specifically an android app, and it needs to connect to the server to get data. It is not like twitter, we do not need to expose some kind of public apis. We just need to ...
4
votes
3answers
794 views
Cannot retrieve Apache environment variables in PHP
Background
I have an Apache/2.2.15 (Win32) with PHP/5.3.2 set up, handling authentication.
<Directory /usr/www/myhost/private>
# core authentication and mod_auth_basic configuration
# for ...
3
votes
2answers
97 views
Confirm iPhone user
I have developed an iPhone application for a café. In the application you can order takeaway food and therefore I need a way to be sure that there are no orders in a "fake" name (e.g. a person who ...
2
votes
2answers
124 views
How to call Backing Bean method to fetch the request Header value from Incoming request and forward result to a JSF page
My requirement is " Our users are Authenticated by External System using SSO".
On successful authentication the external system returns header variables viz. userId,
firstName, lastName etc to our ...
2
votes
1answer
98 views
asp.net login problem
I seem to cant set up an authentication system in asp.net
I have code for a login system:
protected void btnlogin_Click(object sender, EventArgs e)
{
PageUser myUser = new PageUser();
if ...
2
votes
2answers
218 views
Twitter Authenticate displays Authorize screen and on reload it Authenticates and continues to callback
I am following everything from the documentation:
http://dev.twitter.com/pages/sign_in_with_twitter
I am working on a rails app and this is how my code looks like (code
below uses oauth ruby gem):
...
2
votes
3answers
2k views
Configuring Fiddler to use company network's proxy?
I'm trying to get Fiddler to work with my company's proxy. Every external request is returning 407.
So far I've tried adding oSession.oRequest["Proxy-Authorization"] = "YOURCREDENTIALS"; to the ...
2
votes
1answer
64 views
Authenticate user and using the ChangePassword Control
I have a webpage that a user logs into to. Now I want to provide the ability for a user to change their password using the ChangePasswork Control. The control does work as described here ...
2
votes
2answers
636 views
How to manage multiple accounts login and logout in different browser pages?
I have a website built on App Engine(Java) and need user use Google Account to login.
The situation is that:
User Adam has multiple accounts.
User Adam login with account Adam1 and get his Adam1 ...
1
vote
2answers
208 views
How to authenticate an user in ActiveDirectory with powershell
I would like to authenticate an user in my ActiveDirectory with the Username and the Password. Is there any chance to do that with powershell and the activeDirectory module.
Thank you
1
vote
1answer
267 views
Facebook “Like” button not “liking” content inside secured folder?
I am implementing the facebook "Like" button. works all fine with
<fb:like
href="http://www.thismydomain123.com/IlikeThisPage.php?id=123"
layout="standard"
show_faces="false"
width="450" ...
1
vote
2answers
426 views
How would I use PHP to authenticate with Linux users and passwords?
Say I wanted to create something like how cPanel works, it uses the username and password from the system.
You can run 'passwd user' on the server, and the password would still work with cPanel and ...
1
vote
0answers
563 views
How to implement login functionality in an Android app safely?
Firstly, no OAuth or other things supported in the server-side, just a normal username-password database querying.
I want to implement an android client for the web site. My questions are:
How to ...
1
vote
1answer
698 views
Authenticate with SharePoint's authenticate.asxm web service
I am trying to authenticate with the sharepoint authenticate web service in an account I have.
I get an error saying NotInFormsAuthenticationMode.
How do I change it from forms to none or windows?
I ...
1
vote
2answers
1k views
Authenticating a single request with httpclient 4.x
I have an HttpClient instance that's shared by a number of threads. I would like to use it to make a single authenticated request. Because only the single request should be authenticated, I don't want ...
1
vote
5answers
3k views
How do I authenticate into Gmail using Perl?
I've installed this module to gain access and controls within a Gmail inbox. However, when I try to connect through a small Perl script and test the functionality, I get this error message.
Error: ...
1
vote
3answers
818 views
How to check login credentials in linux when not running as root?
I have written a cgi-bin application in C that runs in a browser and allows the user to open an interactive shell and view & edit files on a Linux machine. It runs as the standard apache ...
0
votes
0answers
11 views
Non-persistent SPClaimsUtility.AuthenticateFormsUser()
I'm using Sharepoint 2010 with Forms Based Authentication, and when a new user registers on the site, I would like to automatically log that user in immediately after registration.
I can do this ...
0
votes
0answers
40 views
PHP Post to Google Fusion Tables After Receiving ClientLogin authToken from Client
I'm trying to make a post to google fusion tables, but I cannot get a response from fusion tables. I can receive an echo of a get sent to my php page but no tables row id,... nothin. I feel I may ...
0
votes
1answer
57 views
How to authenticate users in Active Directory using AuthType.Kerberos?
Could anyone please share any thought on authenticating Active Directory users using the AuthType.Kerberos method.
Ideally, I would like to pass the Username and Password to validate the user ...
0
votes
2answers
26 views
ASPNET authenticate fail with IIS
I have develop MVC Web Application
I use ASP.Net authenticate to implement my login form
The problem is that i cannot deploy it to server.
In the first i use ASPNetDB.mdf which is a file store in ...
0
votes
0answers
46 views
With a One-Way Trust, Which Local Domain Controller Is Contacted By a Workstation Before the Remote Domain Controller Is Contacted?
We have a Domain X. Our computers (lab PCs) are in Domain X. We have a one-way, transitive trust with Domain Y.
Our outside users sometimes log in to our lab PCs using their Domain Y accounts. ...
0
votes
1answer
514 views
php-sdk 3.1.1 can't get $facebook->api('/me') for test user and no authorization request displays
When I use the following code, $user_profile = $facebook->api('/me'); will show the info for me, the admin user, but when I switch to a test user the permissions dialog never displays for the test ...
0
votes
1answer
40 views
authenticate blackberry application with facebook account
I am developing an application where user can register themselves by filling up the registration form or login with their facebook account to use the application. But my problem is- how can I hit the ...
0
votes
0answers
61 views
cakephp authenticate many users with a single form
I want to authenticate 2 kinds of users ( or models ) using a single form, and then redirect the user to its own controller and function depending on its kind (of course after they log in).
I used ...
0
votes
1answer
32 views
Authenticate user in a url
There is a username/passowrd associated with a client to use our website url(https) and send data.It is not a web service and it is a web page(aspx) to recieve the data. What would be the best way to ...
0
votes
1answer
41 views
How do i upload external files onto my server using AD credentials?
i want some of my users to be able to go home and upload their files from Home PC's by going to say www.mydomain.com/upload
it will ask for their windows username and password then take those files ...
0
votes
1answer
38 views
Is there any way to verify that a person owns/controls a particular RSS feed?
I have a project where I want to be able to monitor user's RSS feeds from their blogs or other content generating sources, but I need to somehow verify that they actually own the RSS feed and aren't ...
0
votes
2answers
479 views
App communication to iOS safari via cookies or whatever?
Am new to iphone dev.
I want authenticate a user before he goes to real portal through safari. I heard that we can not access safari;s cookies space to add a cookie...
this is not working as well, ...
0
votes
1answer
287 views
devise gem way to auth for a notification api
My app is using the devise gem for authentication. I have this video conversion service that can emit notification to a url of my choice, presumably so that the app knows the conversion is complete, ...
0
votes
1answer
363 views
Issues in Devise plugin. (Rails)
I have set up all things that the Devise needs. And things works fine for me.
But there is one thing very annoying:
When I request the pages which need authentication through the browser(Firefox).It ...
0
votes
1answer
82 views
Can `authenticate` use like this in django?
this is the code :
def openid_done(request, provider=None):
"""
When the request reaches here, the user has completed the Openid
authentication flow. He has authorised us to login via ...
0
votes
1answer
192 views
Open a PHP page/initialize Session Variables Simultaneously?
I'm pretty new to PHP and JSON/XML, but we're forging ahead.
Our project entails logging in to a webservice (which we also built) from a handheld device and then accessing our website from that ...
0
votes
1answer
70 views
Authenticate username and password
I have a MMC client that runs on a .Net system, that invokes web methods on a server running on a linux box.
The first task the client needs to do is to perform user login. It prompts the user for ...
0
votes
1answer
75 views
Whats a valid strategy for a secure image upload from a flash client?
I'm creating a flash application that will post images to a url for saving to disk/display later. I was wondering what are some suggested strategies for making this secure enough so that the upload is ...
0
votes
1answer
393 views
django manual login and redirect
I have such view that handles user registration. After creating new user i want to manually authenticate it and log it in.:
def register(request):
...
...
if form.is_valid():
...
0
votes
1answer
1k views
how to authenticate user of ASP.NET web service which is part of ASP.NET web application?
I have a C# ASP.NET 3.5 web application which uses forms authentication. Users log in with their username and password on login.aspx, are authenicated using a custom authentication logic and are then ...
0
votes
1answer
116 views
How to authenticate your server to my server when a user loads your page in PHP?
user signs up for a key and secret from my site, then they can send/receive from my REST server.
Where I need help is when a user interacts with the REST, how can I determine if they are ...
-2
votes
1answer
27 views
Url link based login
I am developing an online examination system using php and I wish to incorporate a feature such that anyone who intends to take a test provides an email and a unique url link shall be sent to their ...