Anatomy of an OAuth 2.0 Authorization Request

Have you ever wondered what all those parameters that make up an OAuth 2.0 or OpenID Connect authorization request mean?
This article explains all the details of the core parameters and some of the most common ones you might find in an authorization request.

Do you have thoughts about the blog post or need more information? Drop a note here.

Hi Andrea :waving_hand:t2:

Great article; thank you :smiling_face_with_sunglasses:

When it comes to endpoints (such as the https://my-tenant.auth0.com/authorize you referenced in your article), my preference would be to suggest leveraging the /.well-known/openid-configuration (openid-connect-discovery-1_0.html) document — which although an OIDC artefact, is supported by most CIAM providers (including Auth0).

Hey @peter.fernandez1,
Thank you for this good point. I’ve always appreciated your feedback :heart:
I included a note in the article to highlight this.
Thanks again! :folded_hands: