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

added an RFC 7662 compliant OAuth2 auth adapter #4910

Merged
merged 18 commits into from
Apr 11, 2019
Merged

added an RFC 7662 compliant OAuth2 auth adapter #4910

merged 18 commits into from
Apr 11, 2019

Commits on Jul 24, 2018

  1. added an RFC 7662 compliant OAuth2 auth adapter

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    01c46e4 View commit details
    Browse the repository at this point in the history
  2. forgot to add the actual auth adapter to the previous commit

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    b1db2d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. fixed lint errors

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    eca9e9e View commit details
    Browse the repository at this point in the history
  2. * added test coverage

    * changed option names in auth adapter from snake case to camel case
    * added underscore prefix to helper function names
    * merged consecutive logger calls into one call and use JSON.stringify() to convert JSON objects to strings
    * changed error handling (ParseErrors are no longer thrown, but returned)
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c7c001b View commit details
    Browse the repository at this point in the history
  3. added description of the "debug" option and added this option to the …

    …tests too
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    672f06f View commit details
    Browse the repository at this point in the history
  4. added a check of the "debug" option to the unittests and replaced req…

    …uire() of the logger with an import (the former does not work correctly)
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    fe15745 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. added AuthAdapter based auth adapter runtime validation to src/Adapte…

    …rs/Auth/index.js, added capability to define arbitrary providernames with an "adapter" property in auth config, replaced various "var" keywords with "const" in oauth2.js
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    53a26a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into oauth2_auth_adapter

    Müller Zsolt committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    afe4396 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. incorporated changes requested by flovilmart (mainly that oauth2 is n…

    …ow not a standalone adapter, but can be selected by setting the "oauth2" property to true in auth config
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    b9d523a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. fixed and/or reverted the issues raised by flovilmart

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    1412aa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. modified oauth2 adapter as requested by flovilmart

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    498b0a1 View commit details
    Browse the repository at this point in the history
  2. bugfix: defaultAdapter can be null in loadAuthAdapter() of index.js (…

    …my change broke the tests)
    Zsolt MÜLLER authored and Zsolt MÜLLER committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    9e3570f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into oauth2_auth_adapter

    Müller Zsolt committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    c17f594 View commit details
    Browse the repository at this point in the history
  4. added TODO on need for a validateAdapter() to validate auth adapters

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    6b7fb4a View commit details
    Browse the repository at this point in the history
  5. merging upstream changes

    Zsolt MÜLLER authored and Zsolt MÜLLER committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    654c427 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

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

Commits on Nov 22, 2018

  1. Merge branch 'master' into oauth2_auth_adapter

    Müller Zsolt committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    f791aee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. test cases and cleanup

    dplewis committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    81cac2c View commit details
    Browse the repository at this point in the history