1. 14 Oct, 2020 1 commit
  2. 03 Oct, 2020 1 commit
  3. 21 Sep, 2020 1 commit
  4. 13 Sep, 2020 2 commits
  5. 12 Sep, 2020 1 commit
  6. 10 Sep, 2020 1 commit
  7. 09 Sep, 2020 1 commit
  8. 08 Sep, 2020 2 commits
  9. 06 Sep, 2020 1 commit
  10. 05 Sep, 2020 1 commit
  11. 02 Sep, 2020 1 commit
  12. 31 Aug, 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. 12 Jul, 2020 2 commits
  18. 03 Jul, 2020 3 commits
  19. 27 Jun, 2020 1 commit
  20. 26 Jun, 2020 1 commit
  21. 19 Jun, 2020 1 commit
  22. 18 Jun, 2020 2 commits
  23. 16 Jun, 2020 1 commit
  24. 14 Jun, 2020 1 commit
  25. 07 Jun, 2020 3 commits
  26. 31 May, 2020 3 commits
  27. 30 May, 2020 1 commit
  28. 27 May, 2020 1 commit
  29. 21 May, 2020 1 commit