Skip to content
Anibal Velarde edited this page Oct 23, 2015 · 3 revisions

SSO Example

This is a set of examples related to the Twin Cities Code Camp #19 presentation on "Building a Secure, Low Budget IAM/SSO Service".

The excerpt from the TCCC19 talk was:

Interested in providing single sign-on experience across web your applications? Assuming you work in a Microsoft development stack and store user identities in Active Directory, this talk will show how to add a few open source components to the environment you (probably) already have and procure a platform for building claims-aware applications and enable Single Sign-On experience across your suite of apps. This talk would provide a primer on OAuth for web applications, OpenID connect, WS-Federation and how these technologies can be used to outsource authentication mechanism and also how it can used to provide coarse level authorization mechanism.

These examples are a part of the process of setting up your own environment. Before getting these running you will need to have ADFS and Thinktecture's Authorization Server up and running.

Clone this wiki locally