Skip to content
Snippets Groups Projects
  1. Mar 15, 2025
  2. Mar 13, 2025
  3. Mar 11, 2025
  4. Mar 07, 2025
  5. Mar 05, 2025
  6. Mar 04, 2025
  7. Mar 03, 2025
    • Andrew Morgan's avatar
      Add `redirect_uri` option to `oidc_providers` entries (#18197) · 154e23f6
      Andrew Morgan authored
      
      Allows overriding the `redirect_uri` parameter sent to both the
      authorization and token endpoints of the IdP. Typically this parameter
      is hardcoded to `<public_baseurl>/_synapse/client/oidc/callback`.
      
      Yet it can be useful in certain contexts to allow a different callback
      URL. For instance, if you would like to intercept the authorization code
      returned from the IdP and do something with it, before eventually
      calling Synapse's OIDC callback URL yourself.
      
      This change enables enterprise use cases but does not change the default
      behaviour.
      
      ---
      
      Best reviewed commit-by-commit.
      
      ---------
      
      Co-authored-by: default avatarEric Eastwood <erice@element.io>
      Unverified
      154e23f6
  8. Feb 26, 2025
  9. Feb 25, 2025
Loading