Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [authentication]

Authentication is the process of providing a proof of identity or verifying identity.

authentication
11 votes
4 answers
18k views

Open Source login systems, what is good? [closed]

I am starting a a new web development project and I am tired of coding login systems. This is the kind of thing that must have been done dozens of times before. I really want to use someone else's ...
Sqeaky's user avatar
  • 1,906
3 votes
4 answers
13k views

WCF Security error with VS 2008 Unit Test

I was running my first Visual Studio 2008 Unit Test with a WCF Service and I received the following error: Test method UnitTest.ServiceUnitTest.TestMyService threw exception: System....
0 votes
2 answers
1k views

OpenID authentication error

When I try to login to this site using my yahoo openid, it takes me to the yahoo site, I click "continue" meaning that i want to send my authentication details to stackoverflow.com and stackoverflow....
Raindog's user avatar
  • 1,488
4 votes
1 answer
421 views

Managing users with Postgresql

Our system will run on a local network with no more than 50 clients that connect to the same local server. We are creating a DB user for each client, to take advantage of the postgresql privilege ...
Kknd's user avatar
  • 3,186
8 votes
4 answers
3k views

WCF WebHttp Mixed Authentication (Basic AND Anonymous)

All of this is pertaining to WebHttp binding, hosted in a custom Service Host (IIS is not an option at this time). I've implemented a custom UserNamePasswordValidator, and a custom ...
TheSoftwareJedi's user avatar
2 votes
2 answers
2k views

Apache Authentication for external access, but not for local access

I need that my Apache require authentication only to external access but free in my local network. I have mod_user in my Apache.
user avatar
15 votes
1 answer
12k views

Asp.Net Role-based authentication using Security groups in Active Directory

I am attempting to do something simple (I thought) - securing my application using roles-based security using Active Directory groups in our Domain. Specifically, I need to show/hide items on a page ...
Kolten's user avatar
  • 3,493
1 vote
2 answers
201 views

Aggregate Login Control [ASP.NET]

Is there a control out in the world that allows a user to log in to a website with MS Passport (Windows Live ID, whatever), Facebook, OpenID, etc. all in one control? Thanks, everyone!
Riddari's user avatar
  • 1,773
8 votes
3 answers
15k views

HTTP Authentication (Basic or Digest) in ASP Classic via IIS [closed]

I want to develop a website in ASP classic that uses HTTP Authentication against a database or password list that is under the control of the script. Ideally, the solution should involve no components ...
Alexandros Marinos's user avatar
1 vote
3 answers
760 views

What is the best way to implement mixed ASP.NET forms auth (AD + DB)?

I want to implement forms authentication on an ASP.NET website, the site should seek the user on the database to get some data and then authenticate against LDAP (Active Directory) to validate the ...
albertein's user avatar
  • 26.9k
2 votes
3 answers
2k views

How would you implement salted passwords in Tomcat 5.5

My web application is relying on container-managed security and I'm wondering if it's possible to use salted passwords at all. As far as I can tell it's easy enough to store digested passwords in a ...
agnul's user avatar
  • 12.9k
1 vote
1 answer
387 views

DoubleRenderError in restful_authentication with acts_as_state_machine when activating users

In a project which uses restful_authentication with acts_as_state_machine and email activation, I get a double render error whenever a user does the activation action from the email link. I'm using ...
DA.'s user avatar
  • 940
2 votes
2 answers
377 views

Users Authentication in ASP.NET

I was wondering, what's the best approach in creating users authentication for my asp.net-mvc web application. Should I use the Forms authentication using a custom MembershipProvider ? Or should I ...
Yarin Miran's user avatar
  • 3,321
2 votes
4 answers
9k views

How to grab AD credentials from client machine in a web application?

Is it possible to grab activedirectory credentials for the user on a client machine from within a web application? To clarify, I am designing a web application which will be hosted on a client's ...
carter's user avatar
  • 649
2 votes
5 answers
2k views

A simple, medium secure,login protocol?

I asked here about a protocol that I was asked to implement, and how secure it was. Since it seemed clear from the very beginning that it was shit. Being so I ask: Can you guys point me to some very ...
Pablo Herrero's user avatar

15 30 50 per page