Found this issue which looking into making AddMvc() idempotent. You'll end up with multiple pass-through handlers registered if two components call AddAuthorization(). This is very possible to happen if used two frameworks in the same app. |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Authentication | ||
| Microsoft.AspNet.Authentication.Cookies | ||
| Microsoft.AspNet.Authentication.Facebook | ||
| Microsoft.AspNet.Authentication.Google | ||
| Microsoft.AspNet.Authentication.JwtBearer | ||
| Microsoft.AspNet.Authentication.MicrosoftAccount | ||
| Microsoft.AspNet.Authentication.OAuth | ||
| Microsoft.AspNet.Authentication.OpenIdConnect | ||
| Microsoft.AspNet.Authentication.Twitter | ||
| Microsoft.AspNet.Authorization | ||