top of page

Search


Securing Your .NET (6.0+) Api: A Guide to B2B Authentication (part 3)
How to set up client credentials flow (service/api to api) security.

OLIVIER VERPLANCKE
Jan 15, 202318 min read


Secure Your .NET (6.0+) Api: A Guide to Authentication Setup (Part 2)
This blog post series is about how you can secure your API's using Azure to prevent unauthorized access. This is part 2. Part 1 is how to set up an API from zero using versioning and swagger. Part 2 (this post) is how to authorize as a user to the secured API. Part 3 is how to authorize from 1 API client to another, B2B. Part 4 is how to implement scope based access. Part 5 is how to set up 'advanced' configuration: multi environment, secrets ... Part 6 is how to set up cod

OLIVIER VERPLANCKE
Jan 10, 202312 min read


Setting up a Swagger-enabled API with versioning in .NET 6.0+: A beginner's guide (Part 1)
This series of blog posts is how to set up an API (.NET) from scratch with all the boilerplate functionalities typically required in an enterprise environment. From setting up your api, to securing it, to adding a datasource Part 1 (this post) is how to set up an API from zero using versioning and swagger. Part 2 is how to authorize as a user to the secured API. Part 3 is how to authorize from 1 API client to another, B2B. Part 4 is how to implement scope based access. Part
Olivier Verplancke
Jan 9, 20237 min read
bottom of page