Top "Authentication" questions

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

MVC 5 Access Claims Identity User Data

I am developing an MVC 5 web application using Entity Framework 5 Database First approach. I am using OWIN for the authentication …

asp.net asp.net-mvc authentication asp.net-mvc-5 claims-based-identity
How to use pip on windows behind an authenticating proxy

My computer is running windows behind a proxy on a windows server (using active directory), and I can't figure out …

python authentication proxy pip
python request with authentication (access_token)

I am trying to get an API query into python. The command line curl --header "Authorization:access_token myToken" https://…

python authentication curl access-token
What is an Endpoint?

I have been reading about OAuth and it keeps talking about endpoints. What is exactly an endpoint?

api authentication oauth endpoint
What's a redirect URI? how does it apply to iOS app for OAuth2.0?

Beginner programmer here, please pardon ignorance & explanations will be really nice :) I've tried to read the tutorials for a …

ios authentication uri oauth-2.0
How to connect to remote Oracle DB with PL/SQL Developer?

I have a database "TEST", to which I connect at address 123.45.67.89:1521. How do I connect to it using PL/SQL …

database oracle plsqldeveloper authentication
What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?

What ports need to be open for TortoiseSVN to authenticate (basic) in order to commit? I know it is not …

svn authentication tortoisesvn
AngularJS: Basic example to use authentication in Single Page Application

I am new to AngularJS and gone through their tutorial and got a feel for it. I have a backend …

javascript angularjs authentication login
Authenticating in PHP using LDAP through Active Directory

I'm looking for a way to authenticate users through LDAP with PHP (with Active Directory being the provider). Ideally, it …

php authentication active-directory ldap
How to manually set an authenticated user in Spring Security / SpringMVC

After a new user submits a 'New account' form, I want to manually log that user in so they don't …

java authentication spring-mvc spring-security