RSX API / Errors
Invalid redirect URI
400 · invalid-redirect-uri
What happened
The OIDC `redirect_uri` does not exactly match one registered for this client (exact-match only — no trailing slashes or path differences).
What to do
Register the exact redirect URI on the client, or send one that's already registered.