key-cape/src/internal/server/oidc
tegwick 4d8b8fe934
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 41s
Allow registered provider redirects after sign-out confirmation
Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
2026-09-12 10:47:33 +02:00
..
account.go Allow registered provider redirects after sign-out confirmation 2026-09-12 10:47:33 +02:00
account_test.go Allow registered provider redirects after sign-out confirmation 2026-09-12 10:47:33 +02:00
assurance_time_test.go Answer the approver-client questions, and fix what checking them turned up 2026-09-09 14:25:38 +02:00
audience_test.go Add bounded resource audiences and enforce browser scope grants 2026-09-05 00:41:17 +02:00
authorize.go Add central login recovery and confirmed shared sign-out 2026-09-12 10:34:41 +02:00
authorize_test.go Forward fresh-login requirements to the authentication provider 2026-09-12 02:43:31 +02:00
discovery.go Carry the tenant claim's provenance, and correct a guard the ruling voided 2026-09-10 07:58:29 +02:00
discovery_test.go Carry the tenant claim's provenance, and correct a guard the ruling voided 2026-09-10 07:58:29 +02:00
handoff.go Finish KEY-WP-0008: registration handoff and client MFA isolation 2026-08-16 01:05:27 +02:00
handoff_test.go Finish KEY-WP-0008: registration handoff and client MFA isolation 2026-08-16 01:05:27 +02:00
hardening_test.go Harden the authorization-code grant and UserInfo verification 2026-09-06 22:43:47 +02:00
human_tenant_test.go Carry the tenant claim's provenance, and correct a guard the ruling voided 2026-09-10 07:58:29 +02:00
jwks.go feat: implement T05, T08, T13 — OIDC discovery, JWKS, telemetry pipeline 2026-03-13 01:35:34 +01:00
jwks_test.go feat: implement T05, T08, T13 — OIDC discovery, JWKS, telemetry pipeline 2026-03-13 01:35:34 +01:00
login_session.go Finish KEY-WP-0008: registration handoff and client MFA isolation 2026-08-16 01:05:27 +02:00
logout.go Finish KEY-WP-0008: registration handoff and client MFA isolation 2026-08-16 01:05:27 +02:00
policy_isolation_test.go Finish KEY-WP-0008: registration handoff and client MFA isolation 2026-08-16 01:05:27 +02:00
principal_type_guard_test.go Close T04 and pin the single route by which a principal becomes human 2026-09-10 23:05:16 +02:00
session.go Answer the approver-client questions, and fix what checking them turned up 2026-09-09 14:25:38 +02:00
tenant_precondition_test.go Carry the tenant claim's provenance, and correct a guard the ruling voided 2026-09-10 07:58:29 +02:00
tenant_test.go Align approval registrations to the tenant:platform decision 2026-09-06 22:30:32 +02:00
token.go Carry the tenant claim's provenance, and correct a guard the ruling voided 2026-09-10 07:58:29 +02:00
token_test.go Harden the authorization-code grant and UserInfo verification 2026-09-06 22:43:47 +02:00
userinfo.go Harden the authorization-code grant and UserInfo verification 2026-09-06 22:43:47 +02:00
userinfo_test.go Harden the authorization-code grant and UserInfo verification 2026-09-06 22:43:47 +02:00