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 support #865

Merged
merged 7 commits into from
Jan 14, 2020
Merged

OpenID Connect support #865

merged 7 commits into from
Jan 14, 2020

Commits on Jul 8, 2019

  1. Added OpenID Connect support

    Utilized Spring Security's OAuth2 respectively OIDC support as another
    possibility to manage users and their permissions.
    
    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    aa62275 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Document OpenID Connect Support

    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    f7a6a89 View commit details
    Browse the repository at this point in the history
  2. Updated license in OidcUserManagementAutoConfiguration.java

    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    23d3624 View commit details
    Browse the repository at this point in the history
  3. Revert updated license notice and add Kiwigrid license file

    This reverts commit 23d3624
    
    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    4da932d View commit details
    Browse the repository at this point in the history
  4. Resolve SonarQube issues

    - Explicitly import the needed specific classes
    - Document public methods
    - Add `static` to the constant `JwtAuthoritiesOidcUserService.INVALID_REQUEST`
    - Remove superfluous runtime exception `OAuth2AuthenticationException`
    
    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    be991e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Add OidcUser support in SpringSecurityAuditorAware

    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    10b6d4a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Secure Management API using OpenID Connect, too.

    Signed-off-by: Brandon Schmitt <Brandon.Schmitt@kiwigrid.com>
    BrandonSchmitt committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    95fc92d View commit details
    Browse the repository at this point in the history