AzureADQuickStarts / AppModelv2-WebApp-OpenIDConnect-DotNet

ASP.NET Web Server - OpenID Connect v2 Endpoint Sample
Apache License 2.0
96 stars 91 forks source link

The commit on April 16, 2023 blew up the repo #52

Open sgartner-cityofboise opened 11 months ago

sgartner-cityofboise commented 11 months ago

The commit on April 16, 2023 blew up the repo. The instant indication was that all of the authentication config values in web.config (ClientId, Tenant, etc.) disappear in this checkin and an anomalous appsettings.json appears. The most current release does not work. The commit comments also begin to talk about Graph, which was not needed or mentioned in the app prior to April 16. I did see that some of the intermediate readme files after April 16 seem to be talking about the changes, but the current readme does not mention it. Reverting to the release before April 16 works fine.

Maybe it got mixed up with https://github.com/Azure-Samples/ms-identity-aspnet-webapp-openidconnect that does specifically talk about using Graph?