tkjuho/AD-FS-Examples
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Example applications using AD FS 2.0 (Active Directory Federation Services) 1. dotNet\MVC3_PassiveRedirectLogin Demonstrates usage of ADFS as identity provider through passive redirect. The term "passive" comes from the fact thatthe application doesn't have to do anything, but the authentication is handled by the Windows Identity Foundation (WIF) and AD FS. Try out the example by replacing in web.config all instances of ADFSSERVER with your own AD FS 2.0 server address. 2. Python\PyADFSLogin (In progress) Demonstrates the usage of ADFS 2.0 as identity provider through passive redirect for a Django & Python application. Try out the example by replacing in views.py the string (baseurl) with ADFS-SERVER with your own AD FS 2.0 server address. Missing from the Python example: - Logout - Token handling - "Real" login - Validations of the SAML tokens - Clean up More examples to come: - WCF service call & identity delegation - Identity federation active mode - Examples on Java/Spring, PHP, RoR, etc. platforms - Documentation/step-by-step guides of each example