Always check permissions in tokens in an Azure AD protected API
Explains the importance of checking delegated and application permissions in Azure AD access tokens for API security, with ASP.NET Core examples.
Explains the importance of checking delegated and application permissions in Azure AD access tokens for API security, with ASP.NET Core examples.
A tutorial on implementing JWT (JSON Web Token) authentication in a Django REST Framework application, covering setup, token usage, and refresh logic.
A tutorial on implementing token-based authentication in Django REST Framework for secure API user identification.
Guide on using Azure AD Managed Service Identity with application permissions to securely call APIs without storing secrets.
Explains the OAuth Device Code Flow in Azure AD for authenticating apps without a web browser, including how it works and a C# example.
A technical guide on implementing Azure AD's On-Behalf-Of token flow in an ASP.NET Core 2.0 API to securely call downstream services like Microsoft Graph.
A technical guide on implementing IP address whitelisting for AWS API Gateway using IAM policies, covering authentication and limitations.
A guide on enabling CORS in ASP.NET Web API 2, comparing the Web API package and OWIN middleware approaches with configuration examples.
A guide on implementing OAuth2 delegation for ASP.NET Web API using Windows Azure Access Control Service to simplify authentication.