Make the ArgoCD OAuth2 client public and register the mobile callback #39

Merged
benvin merged 1 commits from benvin/argocd-public-client into main 2026-09-19 15:40:18 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent 405dede578 Make the ArgoCD OAuth2 client public and register the mobile callback
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
The ArgoCD mobile app and CLI are native clients that cannot hold a
secret, and Authentik derives the iss claim from the application slug,
so they cannot have a client of their own either. Serve all three
clients from the one provider.

- switch client_type to public
- add argocd://auth/callback as a strict redirect URI
2026-09-19 15:26:18 +10:00