Build 2024: .NET Announces Updates for AI, Web, Cloud-First, Cross-Platform, and More

At Build 2024 today, Microsoft announced the release of .NET 9 Preview 4 and a sweeping set of updates and improvements across the stack.
The post Build 2024: .NET Announces Updates for AI, Web, Cloud-First, Cross-Platform, and More appeared first on T… Continue reading Build 2024: .NET Announces Updates for AI, Web, Cloud-First, Cross-Platform, and More

Why the Active Directory App created using Visual Studio does not have any "Certificate & Secrets".. is this fine?

I created a new ASP.NET Core 6.0 MVC web application, and I define it to use Azure AD for authentication, as follows:

Then I was asked to create an owned application, so I created one named "ad" as follows:

Inside my applicat… Continue reading Why the Active Directory App created using Visual Studio does not have any "Certificate & Secrets".. is this fine?

Using `react-oidc-context` and storing the `access_token` and `refresh_token` together

I am looking for a "best practises" approach for creating SPAs protected using OIDC + PKCE.
Most of our applications are hosted on two independent web servers with a load balancer routing requests to them in a round-robin configu… Continue reading Using `react-oidc-context` and storing the `access_token` and `refresh_token` together

"AspNetCore.OpenIdConnect.Nonce" and "AspNetCore.Correlation" cookies should be Session cookies [closed]

Describe the bug
I am using Microsoft.AspNetCore.Authentication.OpenIdConnect middleware in my application for openidcocnnect protocol. When Client application get redirected two persistent cookies are created AspNetCore.OpenIdConnect.Nonc… Continue reading "AspNetCore.OpenIdConnect.Nonce" and "AspNetCore.Correlation" cookies should be Session cookies [closed]