GCast 139: Creating a JWT Bearer Token with Azure Active Directory
January 05, 2023 3:21 Comments [0]GCast 139:
Creating a JWT Bearer Token with Azure Active Directory
A Bearer Token provides information to an API request about an account from a trusted authority. Azure Active Directory can serve as a trusted authority to authenticate an account and provide a Bearer Token in JSON Web Token (JWT) format. This video shows how to accomplish this.