1. 16 Oct, 2021 2 commits
  2. 30 Sep, 2021 1 commit
  3. 01 Sep, 2021 1 commit
  4. 24 May, 2021 1 commit
  5. 31 Jan, 2021 1 commit
  6. 01 Nov, 2020 1 commit
  7. 21 Sep, 2020 1 commit
  8. 10 Sep, 2020 1 commit
  9. 09 Sep, 2020 1 commit
  10. 08 Sep, 2020 2 commits
  11. 05 Sep, 2020 1 commit
  12. 02 Sep, 2020 1 commit
  13. 30 Aug, 2020 2 commits
  14. 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
      d5d368cd
  15. 20 Jul, 2020 1 commit
  16. 19 Jul, 2020 1 commit
  17. 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
      c009cc13
  18. 27 Jun, 2020 1 commit
  19. 16 Jun, 2020 1 commit
  20. 21 May, 2020 1 commit
  21. 15 May, 2020 1 commit
  22. 24 Apr, 2020 1 commit
  23. 07 Mar, 2020 2 commits
  24. 27 Oct, 2019 1 commit
  25. 30 Aug, 2019 1 commit
    • D4uS1's avatar
      feat: add keycloak auth provider (#1004) · 94b0121e
      D4uS1 authored
      * added custom keycloak authentication.
      
      * update readme.
      
      * updated readme.
      
      * reverted README for PR.
      
      * fix: use async/await
      
      * changed callback parameter name from done to cb.
      
      * fix: keycloak description + website
      
      * fix: keycloak logo
      94b0121e
  26. 25 Aug, 2019 1 commit
  27. 04 Aug, 2019 2 commits
  28. 24 Jul, 2019 1 commit
  29. 20 Jul, 2019 2 commits
  30. 14 Jul, 2019 2 commits
  31. 13 Jul, 2019 1 commit
  32. 25 Jun, 2019 1 commit
  33. 05 Jun, 2019 1 commit