Top "Authentication" questions

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

REST API Token-based Authentication

I'm developing a REST API that requires authentication. Because the authentication itself occurs via an external webservice over HTTP, I …

authentication rest
Where does SVN client store user authentication data?

I am trying to simulate a problem we have with a particular domain ID which has issues accessing a subversion …

svn authentication
How to use Python to login to a webpage and retrieve cookies for later usage?

I want to download and parse webpage using python, but to access it I need a couple of cookies set. …

python http authentication cookies
Token based authentication in Web API without any user interface

I am developing a REST API in ASP.Net Web API. My API will be only accessible via non-browser based …

c# .net authentication asp.net-web-api http-token-authentication
How change default SVN username and password to commit changes?

I need to commit my changes to repository, but on this laptop (svn configurations) I'm not default user. How can …

svn authentication config
SVN change username

I found a lot of examples on how to change the username for specific revisions and so on. But what …

authentication svn credentials
Authenticating against Active Directory with Java on Linux

I have a simple task of authenticating against Active Directory using Java. Just verifying credentials and nothing else. Let's say …

java authentication active-directory ldap
How can I make SMTP authenticated in C#

I create new ASP.NET web application that use SMTP to send message. The problem is the smtp was not …

c# authentication smtp
How should I choose an authentication library for CodeIgniter?

I see there are a few. Which ones are maintained and easy to use? What are their pros and cons?

php codeigniter authentication
How to handle authentication popup with Selenium WebDriver using Java

I'm trying to handle authentication popup using the code below: FirefoxProfile profile = new FirefoxProfile(); profile.setPreference("network.http.phishy-userpass-length", 255); profile.…

java authentication selenium selenium-webdriver popup