All topics

OAuth2

39 articles tagged OAuth2.

Summary of Azure Active Directory OAuth2 Authorization Grant and OIDC Authentication Flow Uses

  • Active Directory
  • Authentication
  • Authorization

A while back I needed a summary of which protocols were supported/recommended in different situations by Azure Active Directory while I was researching the “When To Use Which (OAuth2) Grants and (OIDC) Flows” post. So, I am summarizing it here.

Read article: Summary of Azure Active Directory OAuth2 Authorization Grant and OIDC Authentication Flow Uses

JWT Use Cases

  • JWT
  • OAuth2
  • OpenID Connect

This post explores the equivalent JWT use cases corresponding to the five SAML2 use cases that were explored earlier in this series. We had to build up our tool set to get to this point — including exploring JWT, OAuth2, OpenID Connect, and the supporting specs. To be ready for this moment, we’ve…

Read article: JWT Use Cases