Azure-Samples / ms-identity-aspnet-webapp-openidconnect

A sample showcasing how to develop a web application that handles sign on via the unified Azure AD and MSA endpoint, so that users can sign in using both their work/school account or Microsoft account. The sample also shows how to use MSAL to obtain a token for invoking the Microsoft Graph, as well as incrementental consent.
MIT License
171 stars 72 forks source link

owin token provider #92

Open willywil548 opened 5 months ago

willywil548 commented 5 months ago

Looks like the Owin Token acquire factory is supposed to be setup during initialization, but the DefineConfiguration method returns current httpcontext information. It is throwing an error upon startup.