Skip to content

Authorization Server Template — Resiliency (agents)

Agent intent

Timeouts, Polly, rate limits — edge (gateway) vs client (service-to-service).

Template role: OAuth2/OIDC issuer (OpenIddict). Signing keys + clients live here — not in Identity.

Canonical technical documentation

Full prose, diagrams, and edge cases live in ConnectSoft.Documentation:

Resiliency — public doc

Repository

  • Repo: ConnectSoft.AuthorizationServerTemplateREADME.md, AGENTS.md
  • Installer (typical): see repo releases
  • Short name (typical): (see repo emplate.json) — confirm with dotnet new (see repo emplate.json) -h when applicable.

Agent checklist

  • Prefer public doc for long explanations; keep Factory responses actionable and short.
  • Do not embed secrets in generated appsettings; use env / KeyVault patterns per platform.
  • Cross-link Template Architecture when touching DI or layering.

  • Prefer documented patterns over ad-hoc retries.