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

Support for openid connect SSO and Bearer Tokens #6494

Merged
merged 25 commits into from
Nov 9, 2022

Commits on Jun 2, 2022

  1. WIP: OAUTH2 Open ID connect security plugin

    david.blasby committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6d674e4 View commit details
    Browse the repository at this point in the history
  2. added missing files

    david.blasby committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    04c4ae2 View commit details
    Browse the repository at this point in the history
  3. reformat code

    david.blasby committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    937203f View commit details
    Browse the repository at this point in the history
  4. fix test cases due to default config changes

    david.blasby committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0171d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

  1. add support for limiting scope

    david.blasby committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c185185 View commit details
    Browse the repository at this point in the history
  2. fixes from jose's review

    david.blasby committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    73d1928 View commit details
    Browse the repository at this point in the history
  3. removed some unused configuration options

    david.blasby committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f8c8fc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. added comments, trivial changes

    david.blasby committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1547d2f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. WIP: bearer tokens

    david.blasby committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c662c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d235a View commit details
    Browse the repository at this point in the history
  3. update tests for refactoring

    david.blasby committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    196a0a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. bearer token support and validation

    david.blasby committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e38daa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. use constants for claim names

    david.blasby committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b87b6f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. remove accidently committed files

    david.blasby committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    da9088b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. add OPENIDCONNECT_LOGINTYPE

    david.blasby committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    735b658 View commit details
    Browse the repository at this point in the history
  2. changes from jose and ian review

    david.blasby committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    950c97a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. feedback from ian - URL + change in logging

    david.blasby committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3932c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. change default for scopes

    david.blasby committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    78dc9b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. jose comments - looks like some changes were lost

    david.blasby committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d1d07f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. change group/profile update rules (ian feedback)

    david.blasby committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    41cb415 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. minor typos and remove '_' from bean names

    david.blasby committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8c1cda0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix - wasn't using the isGroupUpdate correctly

    david.blasby committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e965a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. add support for logging information about the OIDC login

    david.blasby committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    33e0285 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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