1. 17 Sep, 2022 1 commit
  2. 05 Sep, 2022 1 commit
  3. 16 Aug, 2022 1 commit
  4. 16 Jul, 2022 1 commit
  5. 09 Jun, 2022 1 commit
  6. 15 May, 2022 2 commits
  7. 13 May, 2022 1 commit
  8. 10 May, 2022 1 commit
  9. 02 May, 2022 1 commit
  10. 01 May, 2022 1 commit
  11. 17 Apr, 2022 1 commit
  12. 12 Apr, 2022 1 commit
  13. 26 Mar, 2022 2 commits
  14. 01 Mar, 2022 1 commit
  15. 16 Oct, 2021 2 commits
  16. 30 Sep, 2021 1 commit
  17. 01 Sep, 2021 1 commit
  18. 24 May, 2021 1 commit
  19. 31 Jan, 2021 1 commit
  20. 01 Nov, 2020 1 commit
  21. 21 Sep, 2020 1 commit
  22. 10 Sep, 2020 1 commit
  23. 09 Sep, 2020 1 commit
  24. 08 Sep, 2020 2 commits
  25. 05 Sep, 2020 1 commit
  26. 02 Sep, 2020 1 commit
  27. 30 Aug, 2020 2 commits
  28. 15 Aug, 2020 1 commit
    • Dan Nicholson's avatar
      feat: fix + enable OIDC auth method (#2282) · d5d368cd
      Dan Nicholson authored
      * fix: pass userinfo URL in oidc strategy
      
      The userinfo URL from the definition was not being provided to the
      passport strategy, which resulted in a type error trying to resolve the
      user's profile. Furthermore, the name of the defined URL was
      inconsistent with all other authentication method URLs.
      
      * fix: pass all necessary scopes to oidc auth method
      
      When no scopes are provided, passport-openidconnect uses only `openid`,
      which does not contain the username or email address. Include `profile`
      and `email` to ensure the necessary claims are included.
      
      * fix: update oidc method to call processProfile correctly
      
      Now the profile object and providerKey are passed to processProfile. The
      usernameClaim no longer has any use as the email address is the
      username.
      
      * fix: mark oidc authentication method as available
      Unverified
      d5d368cd
  29. 20 Jul, 2020 1 commit
  30. 19 Jul, 2020 1 commit
  31. 03 Jul, 2020 1 commit
    • Nicolas Giard's avatar
      feat: new login experience (#2139) · c009cc13
      Nicolas Giard authored
      * feat: multiple auth instances
      
      * fix: auth setup + strategy initialization
      
      * feat: admin auth - add strategy
      
      * feat: redirect on login - group setting
      
      * feat: oauth2 generic - props definitions
      
      * feat: new login UI (wip)
      
      * feat: new login UI (wip)
      
      * feat: admin security login settings
      
      * feat: tabset editor indicators + print view improvements
      
      * fix: code styling
      Unverified
      c009cc13
  32. 27 Jun, 2020 1 commit
  33. 16 Jun, 2020 1 commit
  34. 21 May, 2020 1 commit
  35. 15 May, 2020 1 commit