Azure-Samples / active-directory-dotnet-webapp-webapi-multitenant-openidconnect

A sample .NET 4.5 MVC SaaS web app that signs-up and signs-in users from any Azure AD tenant, and calls the Azure AD Graph API.
66 stars 45 forks source link

Fixing Authority URL #14

Closed sdurandeu closed 9 years ago

sdurandeu commented 9 years ago

It was causing this error: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 199.59.243.120:443"

dstrockis commented 9 years ago

Oh wow. That's bad. Thanks for the catch @sdurandeu