Tagged Questions

1
vote
1answer
70 views
+150

Need help debugging a custom authentication plugin for Moodle

I'm trying to authenticate against the user db of my website (CMS based) and it uses a slightly different approach at storing hashed passwords. It uses a randomly generated salt for each user. The …
0
votes
2answers
29 views

Api authentication options with asp.net mvc

I'm looking to restrict access to controllers/actions that represent my website's api. Only registered users who meet a certain criteria (pay accounts, not free trials) will be able to use the api. …
0
votes
2answers
11 views

Oauth authentication with a known user?

Most Oauth implementations require the user to login with the originating site in the process. An example is: http://code.google.com/apis/accounts/images/OAuthDiagram.png Now, what if I want to use …
0
votes
1answer
18 views

SQL authentication in SQL Server 2008

I have this problem. I first connect(log) to SQL Server using SQL Management Studio the authentication is set to Windows Authentication. Then I go to the Security => Logins folder and add a user, …
1
vote
1answer
132 views

Setting up JDBC Authentication in Jetty

I need to setup basic jdbc authentication using jetty. can anyone throw me some pointers (article, tutorial or even some simple solutions)
0
votes
5answers
82 views

Windows Authentication doesn’t prompt for login

I've had Windows Authentication setup on an area of our website for some time now, and it has worked flawlessly so far. Recently, the login prompt stopped appearing and went straight to "Page cannot …
0
votes
1answer
6 views

How to pass authentication in Flickr without opening a browser?

I'm developing Flickr client. It's a desktop application. I need to pass authentication without opening a browser i.e. I have 2 fields for login and password and when user press "Log in" button all …
0
votes
2answers
118 views

rails specify method for redirect_to

During a post for a new model, I am checking for authentication via Authlogic. There is a before_filter on the create request. It is calling require_user. After the user session has been …
0
votes
2answers
37 views

Login.aspx and Catching the AD Error Authentication response value

Hello everyone. Please help! I am new to the .NET web application development. I have used the code from the link below to create a basic login page in front of the Microsoft Live Single Sing On. …
0
votes
4answers
39 views

Read https url from Python

How do you open https url in Python? import urllib2 url = "https://user:password@domain.com/path/ f = urllib2.urlopen(url) print f.read() gives: httplib.InvalidURL: nonnumeric port: …
3
votes
3answers
693 views

How can I get the authenticated user name under Apache using plain HTTP authentication and PHP?

First, let's get the security considerations out of the way. I'm using simple authentication under Apache for a one-off, internal use only, non-internet connected lan, php web app. How can get I …
0
votes
1answer
52 views

Why is CakePHP hashing my password twice?

Hi, im Using CakePHPs standard Auth mechanism, but I have some problems with that. Everytime a user logges in the password got hashed twice. I have the Auth Component in the var $componets Array in …
1
vote
1answer
24 views

oauth vs authsub

why do we need authsub when we have oauth?
0
votes
1answer
247 views

How can I disable basic authentication on Tomcat 5.5.27

Please let me know how can I disable basic authentication on Tomcat 5.5.27
1
vote
2answers
19 views

Understanding web app authentication scenario - How do they force authentication on each new browser instance?

I use a web application that forces you to reauthenticate with the application even if you open a new browser window that shares the same session, e.g. File, New Window in Internet Explorer. I was …

1 2 3 4 5 93 next
15 30 50 per page