Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

OAuth Client Credentials flow with Patreon

Andrea Dainese
August 26, 2024
Post cover

In the previous post, we covered how to implement the Authorization Code flow (3-legged) using the OAuth 2.0 Framework. Now, let’s explore a practical example of the Client Credentials flow (2-legged).

Patreon

We’ll continue using Patreon as our platform, building on what we discussed earlier.

First, we need to register a new application on Patreon. Go to Clients & API Keys  -> Create Client:

Continue reading the post on Patreon .