-
Hope this is the right place to file this, not clear to me if .NET Framework issues are in scope for this repo.
In the [RFC](https://tools.ietf.org/html/rfc4559) for SPNEGO in HTTP, section 5 shows…
-
I've configured multiple OpenID Connect middlewares, each having a different value for `OpenIdConnectAuthenticationOptions.AuthenticationType`, and registered with: `app.UseOpenIdConnectAuthentication…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please…
-
-
## Problem
When you decode the provided JWT token to authorize the request, you're not checking whether the JWT token is genuine; that it was signed by you, and the contents are valid.
https://g…
-
Hi,
Just general question, has someone implemented this library or has example with identity server 3, or with owin middleware?
Thanks
-
Hi
I have digged through the issues here and also on Stackoverflow, but there is an issue that remains unanswered to me.
Is it possible, for users to sign in using for example a Web App that int…
-
Facebook as deprecated their old OAuth endpoints that were used by Katana 3.0.1 and lower.
Here's a Fiddler trace of a failing auth flow:
```
# Result Protocol Host URL Body Caching Content-Type Pr…
-
In order to use `ManagementApiClient` we have to initialize it (from documentation):
`var client = new ManagementApiClient("your token", new Uri("https://YOUR_AUTH0_DOMAIN/api/v2"));`
It would b…
-
It should be possible to monitor ASP.NET (IIS hosted) applications using full framework with the following additional requirements:
- Adding tracing by APM Agent to an application should require mini…