JWT JSON Web Tokens and Power Apps Portals
If you're pursuing a single sign-on (SSO) scenario using JSON Web Tokens (JWT) with Power Apps Portals to integrate with an external Web API, this post is for you. Power Apps Portals offer the ability to generate a JWT token that can be authenticated to establish a secure connection. In this post, you'll find information on how Power Apps Portals and JWT work together, with tips on how to generate and verify JWT tokens. If you're new to JWT, it's suggested that you go through a previous post on the topic before diving into this tutorial.
To learn more about this topic, check out this post on Carl de Souza's blog.
Published on:
Learn moreRelated posts
WCF Authentication with Azure Active Directory by username and password using JWT(JSON Web Token)
Looking to incorporate Azure Active Directory (AAD) into your WCF authentication process? This tutorial explores how to accomplish just that b...
Power Apps Portal - Authentication, Authorization
This post delves into the realm of Power Apps Portal, specifically covering the topics of authentication and authorization. When working with ...
Microsoft Edge: Updated reauthentication flyout when Web Single Sign-On fails
Microsoft Edge has released an update to its Web Single Sign-On (SSO) feature. Now, when users encounter failures with User Interaction Requir...
Dynamics CRM Web API C# Auto Refresh Access Token while performing API request to CDS
If you're working with Dynamics CRM Web API in C# and accessing it from your application, you might run into the issue of your access token ex...
Power Pages WEB API | Perform CRUD Operation in Dataverse using Power Pages WEB API | Portal WEB API
Learn how to perform CRUD operations in Dataverse using the Power Pages WEB API in this informative tutorial. The Power Pages WEB API is an es...
Rob Richardson: Web Services in .NET 6 - Episode 213
In this episode, Rob Richardson shares his knowledge and experience in building web services in .NET 6. Rob is a developer, community leader, ...
Adding multiple CRM users to Team in single web api call
When it comes to making successful SDK calls for adding multiple CRM users to a Team, Microsoft's documentation can sometimes fall short. This...
What is JWT JSON Web Token?
If you've heard of JWT or JSON Web Tokens but are not sure what they are, this post provides a brief introduction. As per the open standard RF...
Module 2: Access Tokens | Microsoft Graph Fundamentals for Beginners
If you're looking for an overview of access tokens in the context of Microsoft Graph, you've come to the right place. This video tutorial expl...