Taking a Look at Polywork

Note: This is a paid partnership with Polywork. Not long ago, I saw a thread on Twitter from an connection of mine about Polywork. #Cloud community, are you on @PolyworkHQ? If so, comment with a link to your profile so others can follow.#CloudFamily #Azure #AWS #GCP #Microsoft #Amazon #Google #Community #100DaysOfCloud— James Cook 👨🏻‍💻 (@OfficialCookJ) … Continue reading Taking a Look at Polywork

Protecting Web APIs Using Microsoft Identity Platform: Part 3

The following posts are part of this series: Part 1: Creating your App Registration Part 2: Configuring your code Part 3: Securing your API endpoints In the previous post, we looked at the setup of your code to start accepting bearer tokens for authentication. Now we are looking at the validation of these tokens and … Continue reading Protecting Web APIs Using Microsoft Identity Platform: Part 3

Protecting Web APIs Using Microsoft Identity Platform: Part 2

The following posts are part of this series: Part 1: Creating your App Registration Part 2: Configuring your code Part 3: Securing your API endpoints Defining protected First of all, let's look at what we mean by protected. Much like in ASP.NET, in ASP.NET Core, you can use the [Authorize] attribute to define that your … Continue reading Protecting Web APIs Using Microsoft Identity Platform: Part 2

Protecting Web APIs Using Microsoft Identity Platform: Part 1

The following posts are part of this series: Part 1: Creating your App Registration Part 2: Configuring your code Part 3: Securing your API endpoints Let's begin I'm not going to cover the steps involved in creating an app registration. This is covered, in detail, in the Microsoft documentation. In this article though, I want … Continue reading Protecting Web APIs Using Microsoft Identity Platform: Part 1