You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
If configuration, such as using a proxy, is required for the HTTP client calling the Authority then it can be done by registering a named HTTP Client as follows
//Configure client/handler for the back channel HTTP Client here
29
-
returnnewHttpClientHandler
30
-
{
31
-
UseProxy=true,
32
-
Proxy=newWebProxy(WebProxyUri, true)
33
-
};
34
-
}
35
-
```
3
+
> [!IMPORTANT]
4
+
> `IdentityModel.AspNetCore.OAuth2Introspection` has been rebranded to `Duende.AspNetCore.Authentication.OAuth2Introspection` and henceforth will be managed
5
+
> in our [FOSS repository](https://github.com/DuendeSoftware/foss) under the same Apache2 licence.
6
+
> - Please update your nuget package references to the [new package](https://www.nuget.org/packages/Duende.AspNetCore.Authentication.OAuth2Introspection).
0 commit comments