Skip to content
Snippets Groups Projects
  1. Jan 07, 2021
  2. Jan 04, 2021
    • Richard van der Hoff's avatar
      Combine the SSO Redirect Servlets (#9015) · d2c616a4
      Richard van der Hoff authored
      * Implement CasHandler.handle_redirect_request
      
      ... to make it match OidcHandler and SamlHandler
      
      * Clean up interface for OidcHandler.handle_redirect_request
      
      Make it accept `client_redirect_url=None`.
      
      * Clean up interface for `SamlHandler.handle_redirect_request`
      
      ... bring it into line with CAS and OIDC by making it take a Request parameter,
      move the magic for `client_redirect_url` for UIA into the handler, and fix the
      return type to be a `str` rather than a `bytes`.
      
      * Define a common protocol for SSO auth provider impls
      
      * Give SsoIdentityProvider an ID and register them
      
      * Combine the SSO Redirect servlets
      
      Now that the SsoHandler knows about the identity providers, we can combine the
      various *RedirectServlets into a single implementation which delegates to the
      right IdP.
      
      * changelog
      Unverified
      d2c616a4
  3. Dec 22, 2020
  4. Dec 15, 2020
  5. Nov 16, 2020
  6. Sep 18, 2020
  7. Aug 19, 2020
  8. Jul 15, 2020
  9. Jul 14, 2020
  10. Jul 10, 2020
  11. Jun 24, 2020
  12. Jun 05, 2020
  13. Jun 01, 2020
  14. May 14, 2020
  15. Apr 09, 2020
  16. Apr 03, 2020
  17. Mar 27, 2020
    • Richard van der Hoff's avatar
      Always whitelist the login fallback for SSO (#7153) · b7da598a
      Richard van der Hoff authored
      That fallback sets the redirect URL to itself (so it can process the login
      token then return gracefully to the client). This would make it pointless to
      ask the user for confirmation, since the URL the confirmation page would be
      showing wouldn't be the client's.
      b7da598a
  18. Mar 26, 2020
  19. Mar 02, 2020
  20. Jul 12, 2019
  21. May 10, 2019
  22. May 02, 2019
  23. May 01, 2019
  24. Mar 18, 2019
  25. Mar 15, 2019
Loading