heph Authentik: register heph-pwa redirect URIs (PKCE login) #370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "heph-pwa-redirect-uris"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the heph-pwa redirect URIs to the Authentik
hephOAuth2 provider so the new browser Login with Authentik flow (Authorization Code + PKCE, hephaestus PR #9) can redirect back and exchange the code:https://heph.ops.eblu.me/(the PWA origin)http://localhost:8787/(local dev:hephd --web-root)Authentik also keys token-endpoint CORS off these origins, so they're required for the browser token exchange. Additive (the provider was
redirect_uris: []); harmless until the PWA feature deploys.🤖 Generated with Claude Code