Brock Allen discusses how to implement an “external login” in his extensive article on new identification patterns using External logins .
Active Directory Federation Services (ADFS) supports many authentication protocols, including SSO. However, if this is just POWA authentication (simple Windows authentication), IIS will support this out of the box. You would simply specify the Active Directory (AD) user / AD group in your web.config Authentication node and use the Identity.Name field to search for user information in lazy loading and / or mod-request caching.
For claims-based authentication using ADFS, you can emulate how it works using the Identity and Access Tool and selecting the Use local STS option.
Domin8urmind
source share