Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openid Connect Core support - Round 2 #859

Merged
merged 57 commits into from
Sep 6, 2020

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    33fce78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48a950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583adab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e381fa2 View commit details
    Browse the repository at this point in the history
  5. Add body to create_authorization_response to pass nonce and future Op…

    …enID parameters to oauthlib.common.Request
    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c0ffa13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    571ced5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    521710f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff10cf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e28b8e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9680cc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f35889f View commit details
    Browse the repository at this point in the history
  12. Update tox

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c773602 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9fbcee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a482133 View commit details
    Browse the repository at this point in the history
  15. Change OAuth2Validator.validate_id_token default return value to Fals…

    …e to avoid validation security breach
    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ee1e864 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c41b412 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e16c1d2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    effe816 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    94cef59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb04c75 View commit details
    Browse the repository at this point in the history
  21. Use double quotes for strings

    allisson authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d808723 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d9e4511 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8167ed5 View commit details
    Browse the repository at this point in the history
  24. Remove python 2 compatible code

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    80296db View commit details
    Browse the repository at this point in the history
  25. Change errors access_denied/unauthorized_client/consent_required/logi…

    …n_required to be 400 as changed in oauthlib/pull/623
    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bb7b773 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    10cb7ef View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6359fc5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3432d49 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1abc97b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5ebdf64 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    18c1fd3 View commit details
    Browse the repository at this point in the history
  32. Add userinfo endpoint

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4246977 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    508e9fc View commit details
    Browse the repository at this point in the history
  34. Remove old generated migrations

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    71505ad View commit details
    Browse the repository at this point in the history
  35. Add new migrations

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    78df470 View commit details
    Browse the repository at this point in the history
  36. Fix tests

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bd8f3f5 View commit details
    Browse the repository at this point in the history
  37. Add nonce to hybrid tests

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b5d05f6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    87d300a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2f38690 View commit details
    Browse the repository at this point in the history
  40. Remove auto generate message

    wiliamsouza authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bc065e9 View commit details
    Browse the repository at this point in the history
  41. Fix flake8 issues

    fvlima authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    dd47f20 View commit details
    Browse the repository at this point in the history
  42. Fix test doc deps

    fvlima authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    00d477e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fd6f2e5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0be7230 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c7ceb0f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0ff5118 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    db9c295 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    dacb9c1 View commit details
    Browse the repository at this point in the history
  49. Support rich ID tokens and userinfo claims

    Extend the validator and override get_additional_claims based on your own user model.
    shauns authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e80e4a3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    cd53095 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    d4b308b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1f44d42 View commit details
    Browse the repository at this point in the history
  53. Test for generated OIDC urls

    shauns authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d8e3e93 View commit details
    Browse the repository at this point in the history
  54. Flake

    shauns authored and thinkwelltwd committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    87191b8 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    6b0bc35 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c93d677 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    1e8d66b View commit details
    Browse the repository at this point in the history