Topic Hub

OAuth and Modern Auth Security Hub

Use this hub when identity and delegated access are the problem: browser auth, token handling, SSO, third-party access, and modern auth trade-offs.

Guides

18

Latest Update

May 9, 2026

Primary Intent

Guides on OAuth 2.0, PKCE, redirect URI validation, JWT vs sessions, and delegated access design decisions.

Editorial standards

Topic hubs are built for depth, not thin aggregation.

This hub clusters original content around a specific security theme so users can evaluate a problem space, trace it back to named authors, and verify the company and publishing standards behind the site.

Named authors

Each guide keeps visible authorship instead of anonymous list pages.

Freshness signals

Updated guides are labeled so readers know when advice changed.

Public accountability

Editorial, company, legal, and contact pages stay visible from the hub.

Review the site context

These links make it easier for readers and policy reviewers to verify how the content is produced.

Editorial policy and publishing standards
About and contact pages for reviewer clarity
Consistent legal and product navigation
Supply Chain

Supply Chain Attack Examples: How They Happen, Why They Succeed, and How to Prevent Them

A detailed, case-study-driven guide to software supply chain attacks. Learn what a supply chain attack is, how it happens in real environments, why it keeps working, what recent attacks teach us, and which precautions reduce risk for engineering teams.

SCR Security Research Team
May 9, 2026
18 min read
Read article
Application Security
Updated

OAuth 2.0 Vulnerabilities Explained: PKCE, State, Redirect URI and Token Security

A complete OAuth 2.0 security guide covering redirect URI attacks, state parameter defenses, PKCE, token leakage, scope abuse, and production-ready OAuth 2.0 best practices.

SCRs Team
May 8, 2026
16 min read
Read article
Application Security
Updated

API Authentication: JWT vs Session vs OAuth 2.0 Security Comparison

Compare JWT, server-side sessions, and OAuth 2.0 for API authentication, including security trade-offs, cookie vs token risks, and when each approach is the right fit.

SCRs Team
May 8, 2026
16 min read
Read article
Cloud Security

Kubernetes Security Best Practices: Production Checklist for Real Clusters

A production-focused Kubernetes security checklist covering RBAC, pod security, network policies, secrets, admission control, runtime detection, and incident readiness. Includes practical examples, common failure patterns, and hard lessons from public cloud-native incidents.

SCR Security Research Team
May 8, 2026
16 min read
Read article
DevSecOps

How to Secure a CI/CD Pipeline Step-by-Step

A step-by-step guide to CI/CD pipeline security covering repository trust, secret handling, dependency verification, artifact signing, ephemeral runners, approvals, and monitoring. Includes common attack paths, practical controls, and lessons from real pipeline compromises.

SCR Security Research Team
May 8, 2026
17 min read
Read article
DevSecOps

GitHub Actions Security Best Practices

A production-oriented GitHub Actions security guide covering untrusted input, forked pull requests, pinned actions, OIDC, permissions minimization, artifact integrity, and runner isolation. Includes examples, real compromise lessons, and a practical hardening checklist.

SCR Security Research Team
May 8, 2026
15 min read
Read article
DevSecOps

How to Prevent Supply Chain Attacks in CI/CD

A hands-on supply chain security guide for CI/CD covering dependency trust, action pinning, artifact signing, provenance, runner isolation, SBOMs, and release verification. Includes lessons from SolarWinds, Codecov, xz, and GitHub Actions ecosystem incidents.

SCR Security Research Team
May 8, 2026
17 min read
Read article
AI Security

Third-Party AI Integration Security: Plugins, APIs, and Agent Tool Chains

A practical security guide for teams connecting LLMs to SaaS tools, internal APIs, and agent workflows. Explains the real risks in plugins, OAuth scopes, webhook trust, retrieved third-party content, and action execution across tool chains.

SCR Security Research Team
May 8, 2026
15 min read
Read article
Application Security

Clickjacking Attack Explained: Prevention, Examples, and Security Guide

Clickjacking is easy to dismiss because the payload is just a click, not an exploit string. This article focuses on where framing bugs still matter, why teams miss them, and how to shut them down cleanly with modern header policy.

SCRs Team
May 3, 2026
11 min read
Read article
Authentication

Open Redirect Vulnerability: Exploitation, Examples, and Prevention Guide

Open redirects often get waved away as low severity, then show up later in phishing kits and broken OAuth flows. This article looks at the cases that actually matter in practice and the redirect validation patterns that hold up under testing.

SCRs Team
May 3, 2026
11 min read
Read article
Authentication

SAML Security Vulnerabilities: Signature Validation, Misconfigurations, and Hardening Guide

SAML is still core infrastructure for enterprise SSO, and small validation mistakes still lead to serious compromise. This article focuses on the failure modes that matter in real service-provider implementations, not just protocol theory.

SCRs Team
May 3, 2026
12 min read
Read article
Penetration Testing

API Authentication Bypass: 6 Techniques Attackers Use (And How to Stop Them)

From JWT algorithm confusion to OAuth misconfiguration — the most common API authentication bypass techniques we find in penetration tests, with real code examples and fixes.

SecureCodeReviews Team
Feb 26, 2026
15 min read
Read article
Authentication

Password Security: Hashing, Salting & Bcrypt vs Argon2 Guide

Master password security with in-depth comparison of bcrypt, Argon2, PBKDF2, and scrypt. Includes implementation examples and security best practices.

SCR Team
Feb 15, 2026
14 min read
Read article
Authentication

JWT Security: Vulnerabilities, Best Practices & Implementation Guide

Comprehensive JWT security guide covering token anatomy, common vulnerabilities, RS256 vs HS256, refresh tokens, and secure implementation patterns.

SCR Team
Feb 15, 2026
15 min read
Read article
AI Security

How to Secure AI Agents: Identity & Access Management for Agentic AI

Machine identities now outnumber human identities 45:1. Learn how to implement IAM for AI agents — authentication, authorization, credential management, and delegation chains in multi-agent systems.

SCR Security Research Team
Feb 15, 2026
18 min read
Read article
API Security

API Security Trends 2026: Protecting REST, GraphQL & gRPC in an AI-Driven World

APIs now account for 83% of web traffic. This guide covers the most critical API security trends for 2026 — AI-generated API abuse, GraphQL-specific attacks, gRPC security, API gateways, and runtime protection strategies.

SCR Security Research Team
Feb 7, 2026
20 min read
Read article
Identity & Access

Phishing-Resistant MFA: Passkeys, WebAuthn & the End of Passwords in 2026

Traditional MFA is defeated by real-time phishing proxies like Evilginx2. This guide covers phishing-resistant authentication — FIDO2/WebAuthn, passkeys, hardware keys, and why SMS OTP is no longer acceptable.

SCR Security Research Team
Jan 29, 2026
19 min read
Read article
Threat Intelligence

Major Cyberattacks of 2024–2025: Timeline, Impact & Lessons Learned

A detailed analysis of the most significant cyberattacks of 2024-2025, including Snowflake, Change Healthcare, MOVEit aftermath, and AI-powered attacks. With interactive charts and key takeaways.

SCR Security Research Team
Jun 15, 2025
22 min read
Read article

Need a targeted review in this topic area?

These guides are designed to help teams self-educate, but the commercial value comes from applying them to a real stack, threat model, and release path.