Showing posts with label authentication. Show all posts
Showing posts with label authentication. Show all posts

Monday, June 11, 2012

OpenID vs. OAuth


What is really the difference between OpenID and oAuth? They look just the same to me.

Secure static media access in a Django site


I'm building a site where registered users can upload files. Those files are then served via Apache. Only users who are logged in should be able to access those files.

Tuesday, June 5, 2012

C# Validate a username and password against Active Directory?


How can I validate a username and password against Active Directory? I simply want to check if a username and password are correct.

Sunday, June 3, 2012

How do you Require Login for Media Files in Django


I'm serving "sensitive" information in downloadable PDF's and Spreadsheets within a user registration section of a site.

Sunday, May 27, 2012

Is Facebook an OpenID provider?


Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?

Thursday, May 10, 2012

What authentication libraries for PHP are not attached to a framework and meet these requirements?


Whenever I Google things like "php authentication library" I continue to come up with a ton of results of authentication libraries designed for Code Igniter.

Wednesday, March 7, 2012

cURL equivalent in JAVA


I am tasked with writing an authentication component for an open source JAVA app. We have an in-house authentication widget that uses https. I have some example php code that accesses the widget which uses cURL to handle the transfer.

Thursday, February 16, 2012

Android — How to programmatically log into website from a form


The app I am writing involves taking details from the user and using them to access their account on a website. I know how to take details from the user but I don't know how to use those details to log into the website. Does anyone know how I can input these details in the correct boxes? Thanks in advance