Azure-Samples / active-directory-dotnet-webapp-wsfederation

A .NET MVC web application that uses WS-Federation to sign-in users from a single Azure Active Directory tenant, using the ASP.Net WS-Federation OWIN middleware.
MIT License
64 stars 52 forks source link

Removed unnecessary steps when registering app #1

Open adamvoss opened 9 years ago

adamvoss commented 9 years ago

The steps had you copy the Client ID but no later step use it. This causes confusion. I pasted it into ida:Wtrealm instead of the App ID URI in the confusion and was surprised when it did not work. Based on the exception I found that if I prefixed the Client ID with spn: it would work, but that is not the right solution per these steps.