Skip to content

ChrisNiebuhrMSFT/AzureAuthenticationExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Authentication Explorer

This tool helps to understand the Azure Authentication Process a bit better.
Just provide the Informations from your Azure App-Registration:

  • Client-ID
  • Tenant-ID
  • Redirect-Uri

AAE1

After you've provided the information you can select a Sign-in Method.

  • Interactive
  • Silently => This will only work if the Tool finds a Token-Cache Data File otherwise
    you will be asked to login interactively instead.

AAE2

Follow the Login-Wizard:

AAE3

After the login you can see the Authenticationtoken on the left-hand side.
On the right-hand side you will see the readable Version of the JWT (JSON Web Token).
Here you can examine all the neccessary Informations you are interested in.
The Scope (permissions) the token gives you for example.

AAE4

From now on you can either use the Silent Logon or you can Sign out und Sign in with another account or use another App-Registration.
Enjoy!

About

Little tool to play with Azure Authentication (JWT Token)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages