Skip to content

Browse the archive

Filter by the work in front of you: release planning, protocol security, architecture, operations, or product capability.

Showing 30 articles
Release note5 min

ProAuth 3.0.0 Is Available

ProAuth 3.0.0 is available today, 2026 07 08. This is a major platform release, not a maintenance patch. Compared to ProAuth 2.2.12, which focused on Helm v4...

  • Features
  • ProAuth v3
  • release
  • OAuth
Migration guide8 min

Planning A ProAuth 2.x To 3.x Migration

Major version upgrades are easiest to underestimate when the application still looks familiar from the outside. ProAuth v3 is one of those upgrades where the operating...

  • Operations
  • ProAuth v3
  • migration
  • upgrade
Security guide8 min

Reference Tokens, Encrypted Tokens, And JWT Introspection

Token format is not a cosmetic detail. It decides who can read claims, where validation happens, how quickly revocation becomes visible, and what a resource server must...

  • Security
  • ProAuth v3
  • reference tokens
  • JWE
Architecture guide6 min

Direct SPA Versus BFF: Same UI, Different Token Boundary

The user may not notice the difference. They click Sign in . They land on the same product screen. They load profile data and call an API. From the front of the house, a...

  • Architecture
  • ProAuth v3
  • BFF
  • SPA
Technical note9 min

Preview: Passkeys In ProAuth User Stores

Passwords are not going to disappear from enterprise systems because one feature flag changes. They disappear when the surrounding login model is ready: the domain is...

  • Features
  • ProAuth v3
  • passkeys
  • WebAuthn
Security guide6 min

Preview: FAPI 2.0 As A Guardrail, Not A Checkbox

High assurance OAuth does not usually fail because one engineer forgot the name of a standard. It fails in smaller, more ordinary ways. A client is allowed to send a...

  • Security
  • ProAuth v3
  • FAPI 2.0
  • OAuth
Security guide6 min

Preview: DPoP Turns Stolen Tokens Into Incomplete Evidence

Bearer tokens fail in a very plain way: if someone can copy the token, they can often replay it. That does not mean every bearer token deployment is careless. Short...

  • Security
  • ProAuth v3
  • DPoP
  • proof of possession
Security guide7 min

Non-Human Access Needs More Than Client Credentials

Non human access is where vague identity language becomes security debt. "Machine to machine" can mean a backend service calling an internal API on its own behalf. It...

  • Security
  • machine-to-machine
  • OAuth
  • token exchange
Security guide7 min

Bearer Tokens Are Easy To Replay

Bearer tokens are popular for a reason. They are simple to issue, simple to send, and simple for an API to validate. The client presents the token, the resource server...

  • Security
  • OAuth
  • bearer tokens
  • replay
Security guide9 min

Browser Tokens Are A Boundary Problem

Most SPA security discussions still start with the wrong question. The question is not whether a browser application can use OAuth. Modern browser applications can use...

  • Security
  • browser apps
  • SPA
  • BFF
Security guide8 min

The Secure OIDC Baseline In 2026

Most OAuth and OpenID Connect mistakes in mature systems are not exotic. They come from old defaults that stayed in place after the guidance moved on: implicit flow in...

  • Security
  • OIDC
  • OAuth
  • PKCE
Operations guide8 min

Backup And Recovery For Authentication Systems

Authentication is usually the first dependency every other service discovers during an incident. An application can degrade when a reporting job is down. A background...

  • Operations
  • backup
  • recovery
  • identity operations
Operations guide6 min

Auditing Identity Configuration Changes

Identity configuration is production behavior. A changed redirect URI can break login. A new client secret can open a path that was not reviewed. A modified claim rule...

  • Operations
  • auditing
  • operations
  • identity governance
Operations guide6 min

Certificate Lifecycle In Identity Platforms

Certificate rotation rarely fails at the moment someone creates a new certificate. It fails in the gap between systems: one service starts signing with a new key,...

  • Operations
  • certificates
  • token signing
  • rotation
Operations guide5 min

Runtime Identity Configuration Without Application Redeployments

Customer onboarding often starts with a small identity change: add a tenant, register a federated identity provider, upload a customer logo, activate provisioning. In...

  • Operations
  • runtime configuration
  • Management API
  • SaaS onboarding
Architecture guide6 min

User Store Or Federation: Choosing The Right Identity Source

Not every customer is ready for enterprise single sign on on day one. Some customers arrive with a mature identity team, an OpenID Connect or ADFS setup, approval...

  • Architecture
  • user store
  • federation
  • customer onboarding
Security guide6 min

Designing MFA policies for multi-tenant applications

MFA becomes harder to manage when every tenant has the same login policy on paper but a different risk profile in practice. One customer may require MFA for every user...

  • Security
  • MFA
  • multi-tenancy
  • security policy
Technical note5 min

Why Directory Synchronization Complements Federation

Federation solves the login problem. It lets a SaaS application redirect a user to the customer's identity provider, receive the result through ProAuth, and keep the...

  • Features
  • SCIM
  • provisioning
  • federation
Technical note6 min

Tenant Identification Patterns For Enterprise SaaS Login

Tenant identification is easy to treat as a routing detail. In practice, it is one of the first product decisions in an enterprise SaaS login flow. Before ProAuth can...

  • Features
  • multi-tenancy
  • tenant
  • login
Architecture guide6 min

Normalizing Claims Across Customer Identity Providers

Federation solves the login problem, but it does not automatically solve the application contract problem. Two enterprise customers can both use OpenID Connect and still...

  • Architecture
  • claims
  • federation
  • OIDC
Architecture guide6 min

SaaS authentication should have one trust boundary

SaaS authentication becomes expensive when every service carries its own customer specific logic. One API checks a local user table. Another understands a specific...

  • Architecture
  • SaaS
  • OIDC
  • OAuth
Technical note5 min

Directory Synchronization with ProAuth

Why do we need directory synchronization? ProAuth is optimized to be used in a multi tenant context. This is often the case if you are providing a SaaS application to...

  • Features
  • Multi-tenancy
  • tenant
  • directory synchronization
Technical note4 min

Tenant or application specific view customizations

Why view customizations? Company branding is important for SaaS applications. Your customers often like to have their corporate identity throughout the applications they...

  • Features
  • Multi-tenancy
  • tenant
  • login