Files
sso-manager-node/nodejs/views
wmantly 4c6b1e38b1 Support wildcard redirect_uri patterns for OAuth clients
theta42/proxy fronts an arbitrary number of hosts behind SSO, each with its
own callback URL (https://<host>/__proxy_auth/callback) — proxy's own code
comment already assumed "a wildcard redirect URI covers all", but no
wildcard matching existed here, so every proxied host's callback had to be
registered on the shared OAuth client individually or /oauth/authorize
would reject it with InvalidRedirectURI.

Add `*` (one hostname label) / `**` (any number of labels) wildcard support
to redirect_uri matching, e.g. `https://**.example.com/__proxy_auth/callback`
now covers every host proxy fronts under example.com. Exact matches still
work exactly as before.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 00:42:32 -04:00
..
2026-07-01 11:10:09 -04:00
2026-07-01 11:10:09 -04:00
2020-05-03 18:22:51 -04:00
2020-08-08 20:52:24 -04:00
2020-08-08 20:52:24 -04:00
2026-07-01 12:08:11 -04:00
2026-07-02 16:49:22 -04:00
2026-07-02 16:22:16 -04:00
2026-07-01 11:10:09 -04:00
2020-07-01 16:08:19 -04:00
2026-07-01 11:10:09 -04:00
2026-07-01 11:10:09 -04:00
2026-07-01 11:10:09 -04:00