top of page
Search

Verifying the signature of AAD access/id tokens

This post will describe how to verify the signature of the JWT using jwt.io website. In a following section we will focus on how to...

Azure Active Directory AuthN & AuthZ using EasyAuth

Imagine you have e.g. a Java Web Application running on App Services in Azure. Based on the requirements from business the application...

Validating Azure Active Directory Access Tokens

Token Validation includes the following 4 steps: Validate that the signature of the token is correct - Token was issues by Microsoft and...

Analyzing OAUTH2 Access Tokens issued by Azure AD

Before you start with this post it would be helpful if you have already set up postman and retrieved a bearer token and an open id token...

Microsoft AAD OAUTH2.0 Postman Collection

This tutorial has tow main goals: Registering an application in Azure Testing the OAUTH2 APIs with Postman Registering an application in...

OIDC with OAUTH2.0 flows overview

Before jumping at this post please refer to the previous post https://www.jstack.io/post/oauth2-0-flows-overview in order to get a...

OAUTH2.0 flows overview

As highlighted in the previous post ( https://www.jstack.io/post/oauth2-0-in-a-nutshell) the OAUTH2.0 standard supports different flows...

OAUTH2.0 in a nutshell

This is the first blog post of the OAUTH2.0 sessions where we will try to go in deep and understand the standard, flows, problems that it...

bottom of page