feat(auth-sidecar): inject AUTH_OIDC_ALLOWED_RETURN_HOSTS #25
Reference in New Issue
Block a user
Delete Branch "fix/oidc-allowed-return-hosts"
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?
What
inject-sidecar-oidcnow maps thepolicies.forteapps.io/auth-oidc-allowed-return-hostspod annotation into the sidecar'sAUTH_OIDC_ALLOWED_RETURN_HOSTSenv var (mirrors the existingAUTH_OIDC_COOKIE_DOMAINwiring).Why
Enables origin-preserving post-login redirects so a login that round-trips through a shared apex callback returns the user to the originating subdomain — fixing cold-login on
<slug>.drop.forteapps.netlanding on the apex admin page.Safety
Absent annotation →
''→ unchanged path-only redirect. Every other app injected by this ClusterPolicy is unaffected.Activation chain (all required)
Forte/auth-sidecar#24— sidecar support (≥ v1.5.0)Forte/forte-helmfix/oidc-allowed-return-hosts— chart emits the annotationForte/helm-prod-valuesfeat/forte-drop-allowed-return-hosts— sets the value🤖 Generated with Claude Code