Laura Rodríguez
Laura Rodríguez
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
Hi, I'm using Owin to create a custom middleware to protect Web API endpoints. Internally, when defining the `TokenValidationParameters` I also define the `IssuerSigningKeyResolver` in the following way: ``` IssuerSigningKeyResolver...
**Operating System**: (`Windows` or `Linux` or `MacOS`) Windows **DocFX Version Used**: Multiple version starting from 2.38.1, 2.39, 2.51, 2.58 **Template used**: (`default` or `statictoc` or contain custom template) default **Steps...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
### Describe the feature request? There's a more optimal way to validate tokens described [here](https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/8.0/securitytoken-events). Currently, we're using `options.UseSecurityTokenValidators = true`, but we want this library to comply with .NET...
* Research best approaches to run integration tests with ASP.NET 4.X + OWIN. * Implement integration tests and configure them using env vars * Add tests to cake
* Remove Abstractions projects from repo which was moved to https://github.com/okta/okta-sdk-abstractions-dotnet. * Use Abstractions NuGet dependencies * Remove Abstractions from the build script.
See the following discussion: https://github.com/okta/samples-aspnet/pull/32#discussion_r318732697