-
This happen after upgrade to v3.3.3
It will throw an exception
```
Instances cannot be resolved and nested lifetimes cannot be created from this LifetimeScope as it has already been disposed.
```
-
I am trying to figure out in ASP.NET Framework how to separate the Authorization Server and Resource Server. I want my Authorization Server to run on port https://localhost:5001 and authorize for api…
auxon updated
3 years ago
-
We are updating to the latest version of OpenIdDict and are running into a challenge with one of our .net framework 4.6.1 web applications. This application uses authorization code flow to get the to…
-
Hi,
I want to perform the OAuth 2.0 authentication flow with Azure AD. Does this library support MVC 4 ? If yes, how to implement it on MVC 4 web application? Many thanks for your advice
Thanks …
-
There seems to be duplicated lines in `/Quickstart/01-Login/MvcApplication/MvcApplication/Startup.cs`.
Lines 40 and 66 seem redundant and/or misplaced.
-
**Describe the bug**
I use .NET Framework. I get this error:
> This method or property is not supported after HttpRequest.GetBufferlessInputStream has been invoked.
This error occurs when I inc…
-
Reported by @sajibcefalo: https://github.com/Microsoft/ApplicationInsights-Home/issues/239
>I have an asp .net web api application. There is a custom middleware placed after telemetry middleware be…
-
I've been trying to connect Azure AD to a .NET Framework application. I have managed to replace the idP information into the sample MVC project successfully, however, when I attempt to do so in my act…
-
Hello,
Is your documentation updated ?
Because we are trying to initialize using your your way but it does not work
we have also tryed to initialize in DotvvmStartup.cs using the following …
-
---
**Issue moved from dotnet/aspnetcore#33599**
- Please respond to @borap90.
---
_From @borap90 on Thursday, June 17, 2021 7:00:17 AM_
Facing an issue while generating type library for ou…