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

Djw api #15 add new users keycloak #18

Merged
merged 7 commits into from
Feb 1, 2024

Commits on Jan 17, 2024

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

Commits on Jan 22, 2024

  1. -change name of class to better indicate its function i.e., KeycloakR…

    …esource
    
    -add keycloak-admin-client-reactive to list of build dependencies
    DJWalker42 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4b0b891 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. add a 'checkForNewUsers' API call that finds any newly registered use…

    …rs and adds them as a "Person" to our database and creates a "SubjectMap" object for them using the Keycloak UID
    DJWalker42 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    28dd44a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. - Add boolean member to SubjectMap to indicate whether the person is …

    …a user in the keycloak realm.
    
    - include an "admin" page in the gui displaying "People" in the database, with the background indicating their inclusion in keycloak (green) or otherwise (orange).
    DJWalker42 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4ae54f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. -api: move hardcoded credentials to local environment (.env) file

    -gui: additional comments and layout
    DJWalker42 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a4685ee View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    5473be5 View commit details
    Browse the repository at this point in the history
  2. added keycloak admin username and password to application.properties …

    …as a temporary work-around for the Java gradle CI build in GitHub (note these are DEFAULTS and will be changed to more secure values in the future).
    DJWalker42 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4e5272f View commit details
    Browse the repository at this point in the history