Top "Authentication" questions

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

How can I use Basic HTTP Authentication in PHP?

I'm trying to use Basic HTTP Authentication and followed the example on the PHP manual page. But it doesn't work …

php authentication http-authentication basic-authentication server-variables
Authenticating against active directory using python + ldap

How do I authenticate against AD using Python + LDAP. I'm currently using the python-ldap library and all it is producing …

python authentication active-directory ldap
Single Sign On across multiple domains

Our company has multiple domains set up with one website hosted on each of the domains. At this time, each …

authentication single-sign-on
Using C# to authenticate user against LDAP

I'm using DirectorySearcher to search for a user entry in LDAP server. DirectoryEntry de = new DirectoryEntry(); de.Path = "LDAP://myserver/…

c# authentication ldap
PHP Sessions across sub domains

I am trying to set up the following: auth.example.com sub1.example.com sub2.example.com If the user …

php authentication session cross-domain
Apache reverse proxy with basic authentication

Trying to configure my reverse proxy with basic authentication before forward the traffic to my back end server. Can any …

apache authentication proxy reverse reverse-proxy
What does passport.session() middleware do?

I am building an authentication system using Passport.js using Easy Node Authentication: Setup and Local tutorial. I am confused …

node.js session authentication express passport.js
How to access a sharepoint site via the REST API in Python?

I have the following site in SharePoint 2013 in my local VM: http://win-5a8pp4v402g/sharepoint_test/site_1/ …

python rest authentication sharepoint sharepoint-2013
Authentication with AngularJS, session management and security issues with REST Api WS

I started developing a web-app with angularJS and I'm not sure that everything is right secured (client and server side). …

angularjs rest authentication cookies angularjs-authentication
Using active directory to authenticate users on intranet site

I have an 'intranet' site that I have built, which has a login system of its own (users register as …

php authentication active-directory ldap