Skip to content
Snippets Groups Projects
  1. Nov 05, 2021
  2. Oct 28, 2021
  3. Aug 23, 2021
  4. Jul 21, 2021
  5. Mar 16, 2021
  6. Mar 09, 2021
  7. Feb 16, 2021
  8. Feb 09, 2021
  9. Feb 01, 2021
  10. Jan 27, 2021
  11. Jan 15, 2021
    • Richard van der Hoff's avatar
      Land support for multiple OIDC providers (#9110) · 9de6b941
      Richard van der Hoff authored
      This is the final step for supporting multiple OIDC providers concurrently.
      
      First of all, we reorganise the config so that you can specify a list of OIDC providers, instead of a single one. Before:
      
          oidc_config:
             enabled: true
             issuer: "https://oidc_provider"
             # etc
      
      After:
      
          oidc_providers:
           - idp_id: prov1
             issuer: "https://oidc_provider"
      
           - idp_id: prov2
             issuer: "https://another_oidc_provider"
      
      The old format is still grandfathered in.
      
      With that done, it's then simply a matter of having OidcHandler instantiate a new OidcProvider for each configured provider.
      Unverified
      9de6b941
  12. Jan 08, 2021
  13. Nov 02, 2020
  14. Oct 26, 2020
  15. Oct 22, 2020
  16. Oct 01, 2020
  17. Jun 16, 2020
  18. Jun 03, 2020
Loading