|
You are here |
michaelscodingspot.com | ||
| | | | |
damienbod.com
|
|
| | | | | This post implements a basic ASP.NET Core API using .NET 9 and the Microsoft OpenAPI implementation. The OpenAPI Nuget package supports both Controller based APIs and minimal APIs. Until now, we used excellent solutions like NSwag to produce the API schemas which can be used to auto-generate client code. Code: https://github.com/damienbod/WebApiOpenApi Setup A .NET 9... | |
| | | | |
www.itwriting.com
|
|
| | | | | [AI summary] A developer shares a detailed technical walkthrough of migrating an older ASP.NET application to ASP.NET Core with Entra ID authentication, highlighting the complexities of configuring group-based access control and overcoming deprecated libraries. | |
| | | | |
dylanbeattie.net
|
|
| | | | | Using ASP.NET Core and Azure OpenID Connect to restrict access to admin features based on an authenticated user's email domain. | |
| | | | |
damienbod.com
|
|
| | | This article shows how Azure Key Vault could be used together with Azure Functions. The Azure Functions can use the system assigned identity to access the Key Vault. This needs to be configured in the Key Vault access policies using the service principal. By using the Microsoft.Azure.KeyVault and the Microsoft.Extensions.Configuration.AzureKeyVault nuget packages, defining direct references... | ||