About my blog

I write about the technical and non-technical aspects of software development

How it works

Microsoft ASP.NETASP.Net
BlogEngine.NET BlogEngine.NET
Azure DevOpsAzure DevOps

Contact info

 Email
 Contact

Follow me

Prod-20240407.1

Tags

Posts tagged with 'Open API'

Authenticating on Swagger UI with OAuth2
Authenticating on Swagger UI with OAuth2

Swagger (Open API) UI is an API documentation and test tool, allowing both consumers and developers to see what an API is doing, and the expected inputs and outputs for each endpoint. This article shows how to implement OAuth2 with Microsoft Identity authentication within the Swagger UI for ASP.NET Web APIs.