with-agents

Identity & Access

Identity systems, authentication, authorization, service accounts, and least privilege.

Topics

Showing 6 resources

Resources

Better Auth Security

Article

A review point for a fast-moving TypeScript authentication framework's controls and trade-offs

A mutable implementation reference for Better Auth's password hashing, secret rotation, sessions, CSRF and redirect defenses, cookies, OAuth state and PKCE, rate limiting, proxy trust, and outbound requests. Use it to assess framework configuration, not as a substitute for OAuth, OIDC, or WebAuthn standards.

Better AuthAug 29, 2026
Identity & accessApplication security

Configure Workload Identity Federation with deployment pipelines

Article

Keyless authentication from external CI/CD systems to Google Cloud

A practical guide to exchanging deployment-platform OIDC tokens for short-lived Google Cloud credentials with explicit admission and IAM controls.

Google CloudAug 28, 2026
Google CloudCloud security

Best practices for using Workload Identity Federation

Article

Trust, least-privilege, and audit controls for external workloads

Google's security guidance for hardening federated workload trust against spoofing, privilege escalation, weak audit trails, and malicious credential configurations.

Google CloudAug 28, 2026
Google CloudCloud security

RFC 9700: Best Current Practice for OAuth 2.0 Security

Article

Current OAuth deployment requirements for redirect flows, tokens, clients, and proxies

The IETF's OAuth 2.0 Security Best Current Practice updates the original framework's threat model and deployment advice. It requires or recommends stricter redirect handling, PKCE, replay defenses, token privilege restriction, secure client authentication, and hardened proxy boundaries while deprecating weaker grants and response modes.

RFC EditorJan 30, 2025
Identity & accessApplication security

OpenID Connect Core 1.0 incorporating errata set 2

Article

The normative identity layer over OAuth 2.0 and its token-validation contract

OpenID Connect Core defines authentication over OAuth 2.0 using signed ID Tokens and, optionally, UserInfo. It specifies flows, claims, subject identifiers, discovery relationships, and relying-party validation, but its historic implicit and hybrid flows need constraints from current OAuth security guidance.

OpenID FoundationDec 15, 2023
Identity & access

Web Authentication: An API for accessing Public Key Credentials Level 2

Article

The stable W3C baseline for origin-bound public-key registration and authentication

The W3C Recommendation defines the browser and relying-party contract for registering and using origin-bound public-key credentials. It is the stable normative baseline for WebAuthn ceremonies, server verification, authenticator data, user presence and verification, attestation, privacy, and security considerations.

World Wide Web Consortium (W3C)Apr 8, 2021
Identity & accessApplication security