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...
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...
Imagine you have e.g. a Java Web Application running on App Services in Azure. Based on the requirements from business the application...
Token Validation includes the following 4 steps: Validate that the signature of the token is correct - Token was issues by Microsoft and...
id_tokens are sent to the client application as part of an OpenID Connect flow. They can be sent along side or instead of an access...
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...
This tutorial has tow main goals: Registering an application in Azure Testing the OAUTH2 APIs with Postman Registering an application in...
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...
As highlighted in the previous post ( https://www.jstack.io/post/oauth2-0-in-a-nutshell) the OAUTH2.0 standard supports different flows...
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...