Hello,
I was curious if anyone has found a way to make Okta API authorization servers work with .NET 6/7’s minimal API yet.
While MVC is great for certain circumstances, it seems that Microsoft is heavily encouraging users to try out Razor/Blazor pages, as well as using minimal API. With my company’s current project, we benefit more from using Razor Pages and minimal API. I currently use Okta for user sign-in to protect the Razor Pages, but I am unable to find out if anything exists for minimal API.
Anyone find any ways to make secure minimal API using Okta’s authorization server?