Skip to content

tkjuho/AD-FS-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

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

About

Example applications using Active Directory Federation Services 2.0

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors