DAP iQ
Insights
About DAP iQ Contact
Insights › Security
Insights › Security

Security

Insights tagged with Security

ASP.NET Core Authentication Patterns: Cookie vs JWT vs OIDC

Jan 11, 2026 · 12 min read

When to use cookie, JWT, or OIDC authentication in ASP.NET Core - a decision framework with threat model considerations.

  • ASP.NET Core
  • Security
  • Authentication

ASP.NET Core Middleware Pipeline: The Order That Actually Matters

Jan 11, 2026 · 10 min read

Middleware order determines what works and what silently breaks. ForwardedHeaders before HTTPS, Authentication before Authorization, Routing before Rate Limiting.

  • ASP.NET Core
  • Security
  • Architecture

Rate Limiting in ASP.NET Core: Patterns That Actually Protect

Jan 11, 2026 · 10 min read

Fixed window vs sliding window vs token bucket: choose the right algorithm, partition by IP or user, and handle edge cases like missing IPs and exempt endpoints.

  • ASP.NET Core
  • Performance
  • Security

ForwardedHeaders and Reverse Proxies: The Trust Boundary Guide

Jan 11, 2026 · 10 min read

ForwardedHeaders configuration that prevents IP spoofing: KnownNetworks vs KnownProxies, Azure/AWS/Nginx setups, and verification commands.

  • ASP.NET Core
  • Security
  • Infrastructure

Configuration Anti-Patterns: Secrets in Logs and Other Production Fires

Production Anti-Patterns · Part 5 · Jan 11, 2026 · 16 min read

The 6 configuration mistakes that cause production incidents: secrets in logs, missing validation, hardcoded values, environment leakage, and insecure defaults.

  • ASP.NET Core
  • Security
  • Best Practices

Security Boundaries for AI-Assisted Development in ASP.NET Core

AI-Assisted Development · Part 3 · Jan 9, 2026 · 12 min read

A practical threat model for AI-generated diffs, with concrete guardrails from a real ASP.NET Core content site.

  • AI
  • ASP.NET Core
  • Security

© 2026 DAP iQ. All rights reserved.

Reproduction without attribution backlink prohibited.