Update Gitea OIDC redirect URIs to canonical + admin route #14

Merged
benvin merged 1 commits from benvin/gitea-oidc-hosts into main 2026-07-31 20:09:16 +10:00
+4 -4
View File
@@ -17,9 +17,9 @@ scope_mappings:
- goauthentik.io/providers/oauth2/scope-email
- goauthentik.io/providers/oauth2/scope-profile
redirect_uris:
# Temporary validation host.
- matching_mode: strict
url: https://git2.k8s.syd1.au.unkin.net/user/oauth2/authentik/callback
# Final host (active after DNS/cert cutover).
# Canonical/production host (active after the git.unkin.net DNS cutover).
- matching_mode: strict
url: https://git.unkin.net/user/oauth2/authentik/callback
# Admin/backup route (live now via external-dns), used for validation too.
- matching_mode: strict
url: https://git.k8s.syd1.au.unkin.net/user/oauth2/authentik/callback