The heph-pwa browser login (hephaestus PR #9) uses Authorization Code + PKCE, which redirects back to the app origin. Register https://heph.ops.eblu.me/ (and http://localhost:8787/ for dev) on the heph provider; Authentik also keys token-endpoint CORS off these origins. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
294 B
294 B
Registered the heph-pwa redirect URIs (https://heph.ops.eblu.me/, plus http://localhost:8787/ for dev) on the Authentik heph OAuth2 provider, enabling the PWA's new Authorization Code + PKCE "Login with Authentik" flow (and the token-endpoint CORS it needs). Pairs with hephaestus PR #9.