Customizing Scalar UI for .NET APIs
Starting with .NET 9, Swagger (Swashbuckle) is no longer included by default in the web API templates. This was because there were major issues with Swagger. There are several alternatives available,

Search for a command to run...
Articles tagged with #security
Starting with .NET 9, Swagger (Swashbuckle) is no longer included by default in the web API templates. This was because there were major issues with Swagger. There are several alternatives available,

In my previous article, I showed how to retrieve item-level access for users for an Entra account. I had utilized the Graph API to fetch a list of users from the Entra account and then fetched all the underlying permissions across all entities in Fab...

Imagine not knowing which Entra users have access to various items within your Fabric tenant. With a combination of the Graph API and the Fabric REST API you can now retrieve detailed information about user-level access to different entities and arti...

In this blog post I am going to share why and how to customize the inbuilt ClientSecretCredential class in C# for obtaining OAuth2 access tokens for OneLake authentication in Microsoft Fabric. In Microsoft Fabric, to access and manage OneLake storage...

In Microsoft Fabric, SQL analytics endpoint is automatically generated for a Lakehouse. With SQL analytics endpoint a user can view the Lake house data using TSQL. When it comes to lakehouse roles and access the lakehouse security model is not comple...

I have always been a strong proponent of data level access and controls being implemented at the source layer instead of the presentation layer. This approach centralizes security management and reduces the overhead of configuring access in multiple ...
