Skip to content

fix(authn): route /api/v3 (Authentik flow-executor) to authentik-server - #261

Merged
izzywdev merged 1 commit into
masterfrom
fix/authn-apiv3-route
Jul 15, 2026
Merged

fix(authn): route /api/v3 (Authentik flow-executor) to authentik-server#261
izzywdev merged 1 commit into
masterfrom
fix/authn-apiv3-route

Conversation

@izzywdev

Copy link
Copy Markdown
Owner

Follow-up to #256. The security-service + login SPA call Authentik's flow-executor at /api/v3/flows/executor/... to drive password + enrollment; #256 missed routing /api/v3, so those calls hit FuzeFront's /apiPROVIDER_UNAVAILABLE (signup + login 401, caught by the headed Playwright demo). Routes /api/v3 to authentik-server. Chart-only; deploys via Argo. No collision with /api/v1/*.

🤖 Generated with Claude Code

…-server

The security-service (and the login-page SPA) call Authentik's flow-executor at
/api/v3/flows/executor/... to drive password + enrollment. #256 routed Authentik's
browser paths but missed /api/v3, so those calls hit FuzeFront's /api and failed
-> AuthentikUnavailableError -> PROVIDER_UNAVAILABLE (signup + login 401). Route
/api/v3 to authentik-server. Chart-only; no collision with /api/v1/*.

Co-Authored-By: Claude claude-opus-4-8 <noreply@anthropic.com>
Claude-Session-Id: cf830721-b1ef-4fe0-a024-035ad280dcf7
@izzywdev izzywdev added the auto-merge Enable squash auto-merge once CI passes label Jul 15, 2026
@izzywdev
izzywdev merged commit b017fd2 into master Jul 15, 2026
32 of 33 checks passed
@izzywdev
izzywdev deleted the fix/authn-apiv3-route branch July 15, 2026 12:07
@izzywdev
izzywdev restored the fix/authn-apiv3-route branch July 27, 2026 11:46
@izzywdev
izzywdev deleted the fix/authn-apiv3-route branch July 27, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Enable squash auto-merge once CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant