life is too short for a diary




Daily Logs For May 20, 2026

Tags: okta letters

Author
Written by: Tushar Sharma
Featured image for Daily Logs For May 20, 2026

Dear Vishi, dear logs for today.

Okta

Okta is an Identity Provider (IdP). Identity Providers are responsible for implementing authentication and authorization.

First, let’s talk about OAuth 2.0. OAuth 2.0 is a protocol primarily focused on authorization. In a nutshell, the protocol expects a Bearer Token to be included in the headers of an HTTP request.

How we obtain the bearer token depends on the use case. Common approaches include:

  1. Hard-coding the token
  2. Using SSO (logging in through a webpage)

  3. Using machine-to-machine communication, also known as the Client Credentials Grant Type.

comments powered by Disqus