RO EN
mTLS in ASP.NET Core — mutual authentication through certificates

mTLS in ASP.NET Core — mutual authentication through certificates

How to implement mutual TLS (mTLS) in ASP.NET Core: both parties authenticate using X.509 certificates. Kestrel configuration, reverse proxy (Nginx, Azure Application Gateway), certificate forwarding, and microservices scenarios.

Citește mai mult
Authentication with X.509 Certificate in ASP.NET Core

Authentication with X.509 Certificate in ASP.NET Core

How X.509 client certificate authentication works, how to create and configure certificates for development and production, and how to implement validation in ASP.NET Core — no passwords, no tokens.

Citește mai mult
Integration with IdentityServer and Keycloak in ASP.NET Core

Integration with IdentityServer and Keycloak in ASP.NET Core

How to configure an external Authorization Server — IdentityServer or Keycloak — and correctly integrate it with an ASP.NET Core application. OAuth2 flows, token validation, scopes, and concrete setup steps.

Citește mai mult