Managing external user access securely
Managing external user access is critical for maintaining the security and integrity of your Power Pages portals, particularly when dealing with sensitive or regulated data. External users could be customers,….
Managing external user access is critical for maintaining the security and integrity of your Power Pages portals, particularly when dealing with sensitive or regulated data. External users could be customers,….
Power Pages (formerly Power Apps Portals) can interact with the Dataverse Web API to perform CRUD operations—Create, Read, Update, and Delete—on Dataverse data. This is particularly useful when building custom….
Power Pages (formerly Power Apps Portals) is a powerful platform for building secure, external-facing websites with low-code/no-code capabilities. One of its most valuable features is the ability to connect with….
AngularJS Authentication Failing in Safari but Working in Chrome When authentication works in one browser (like Chrome) but fails in another (like Safari), it’s often due to differences in how….
Session Expiration Not Redirecting User to Login Page When building web applications that use authentication (e.g., through tokens such as JWTs), session expiration is an important mechanism for improving security….
Using API Gateway in Cloud Services: A Comprehensive Guide An API Gateway is a fundamental component in modern cloud-native architectures, providing a critical role in managing and securing APIs. It….
GraphQL is a query language and runtime environment for APIs that has been gaining momentum, especially in cloud-native app development. It was developed by Facebook in 2012 and released as….
API Gateway Pattern for Cloud Applications: A Comprehensive Guide Introduction In modern cloud-native applications, one of the most important design considerations is how to manage communication between microservices. Microservices architectures….
Identity and Access Management (IAM): A Comprehensive Guide Identity and Access Management (IAM) is a critical framework for ensuring the right individuals or entities have the appropriate access to technology….