vote up 0 vote down star
1

I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password technique.

However I would like to offer a better single sign-on option for larger customers who will have ready-made communities of potential users of my system. Such communities will often be running Windows desktops that are already authenticated against an in-house corporate Windows domain controller.

I am looking for some option to enhance my web site user authentication process and trust or delegate to the customer's domain authentication. I would be very much the junior partner in any such integration so I doubt a large corporate is going to allow me to run a satellite domain controller hooked to their system. The economics of the SAAS app won't allow for hardware VPN circuits.

The Azure cloud will probably be used to host my SAAS app if that helps clarify the options.

flag
I think you already have most of the answer if you're going down the azure route - federated identity is part of the platform although finding the rights links is something of a challenge... try this: msdn.microsoft.com/en-us/security/… – Murph Nov 8 at 11:30

2 Answers

vote up 0 vote down

Another option at your disposal is Active Directory Federation Services (ADFS). Take a look at http://www.microsoft.com/WindowsServer2003/R2/Identity%5FManagement/ADFSwhitepaper.mspx

link|flag
vote up 0 vote down

Step 1: configure one-way trust of their domain on your domain. You do this, they aren't involved.

Step 2: use SSPI to get credentials via kerberos or SSL.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.