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]

ASP.NET Core – are files put in the Shared folder under Pages (where the Razor pages reside) publicly accessible?

Are files put into the Pages/Shared folder public to the whole WWW if the website is hosted publicly? I am asking since I want to implement a partial view load thru a controller and want to know whether it’s secure.
I am using ASP.NET Core… Continue reading ASP.NET Core – are files put in the Shared folder under Pages (where the Razor pages reside) publicly accessible?