-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 531bb41 - Browse repository at this point
Copy the full SHA 531bb41View commit details
Commits on Jan 22, 2024
-
-change name of class to better indicate its function i.e., KeycloakR…
…esource -add keycloak-admin-client-reactive to list of build dependencies
Configuration menu - View commit details
-
Copy full SHA for 4b0b891 - Browse repository at this point
Copy the full SHA 4b0b891View commit details
Commits on Jan 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 28dd44a - Browse repository at this point
Copy the full SHA 28dd44aView commit details
Commits on Jan 29, 2024
-
- 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).
Configuration menu - View commit details
-
Copy full SHA for 4ae54f0 - Browse repository at this point
Copy the full SHA 4ae54f0View commit details
Commits on Jan 31, 2024
-
-api: move hardcoded credentials to local environment (.env) file
-gui: additional comments and layout
Configuration menu - View commit details
-
Copy full SHA for a4685ee - Browse repository at this point
Copy the full SHA a4685eeView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5473be5 - Browse repository at this point
Copy the full SHA 5473be5View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 4e5272f - Browse repository at this point
Copy the full SHA 4e5272fView commit details