IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Federation with External Identity Providers #873

Closed satishkbg closed 8 years ago

satishkbg commented 8 years ago

My apologies if this is a duplicate - I have been using IdServer v2 for quite some time with basic setup with web-apps as RP's. I now need to configure IdServer as a Federation Gateway, so that it can accept token from Azure Active Directory.

I have one client web app setup as RP.

when I navigate to the client web app, I get the redirection to idserver, but I always see just the Username Password login, not the HRD options for ADFS.

What am I missing?

satishkbg commented 8 years ago

Ok, I finally found the solution, just sharing for anyone else who come across the same.