GDB-14878: Implement multiple authentication sources (#3061) - #3085
Merged
yordanalexandrov merged 1 commit intoJul 24, 2026
Merged
Conversation
yordanalexandrov
force-pushed
the
feature/GDB-14875-multiple-authorization-sources
branch
from
July 23, 2026 10:55
744774c to
8f9b026
Compare
yordanalexandrov
enabled auto-merge (squash)
July 23, 2026 10:57
boyan-tonchev
previously approved these changes
Jul 23, 2026
## What Refactor the user catalog and create/edit user views to allow the administrator to configure role and permission extension if GDB is configured with an additional authorization database. ## Why This change is needed for this new feature, where a configuration property set in GDB can allow an admin to extend a user's role or persmissions ## How - removed `external` propery from `User` model as it is irrelevant. It is only available for `AuthenticatedUser` - added `hasExternalLogin` property to `User` model, which shows if the user has logged in before (has the external login data in local users) - Added `AuthenticationImplementation` enum to standardize authentication methods. - added conditional logic to display `Create user` action in the catalog - added conditional logic and a toggle to allow setting role/permissions for external users - added tags in the catalog to show if user is extended or if the user has not logged in yet (because admin can now create users) - applied DS css vars to checkboxes and radiobuttons - refined labels in the external authentication alert - restyled the user viewterface elements to display external login status and extended roles. ## Testing ## Screenshots ## Checklist - [x] Branch name - [x] Target branch - [x] Commit messages - [x] Squash commits - [x] MR name - [x] MR Description - [ ] Tests - [ ] Browser support verified --------- Co-authored-by: Yordan Alexandrov <yordan.alexandrov@graphwise.ai>
yordanalexandrov
force-pushed
the
feature/GDB-14875-multiple-authorization-sources
branch
from
July 24, 2026 07:53
8f9b026 to
aa4479c
Compare
boyan-tonchev
approved these changes
Jul 24, 2026
yordanalexandrov
added a commit
that referenced
this pull request
Jul 24, 2026
## What Refactor the user catalog and create/edit user views to allow the administrator to configure role and permission extension if GDB is configured with an additional authorization database. ## Why This change is needed for this new feature, where a configuration property set in GDB can allow an admin to extend a user's role or persmissions ## How - removed `external` propery from `User` model as it is irrelevant. It is only available for `AuthenticatedUser` - added `hasExternalLogin` property to `User` model, which shows if the user has logged in before (has the external login data in local users) - Added `AuthenticationImplementation` enum to standardize authentication methods. - added conditional logic to display `Create user` action in the catalog - added conditional logic and a toggle to allow setting role/permissions for external users - added tags in the catalog to show if user is extended or if the user has not logged in yet (because admin can now create users) - applied DS css vars to checkboxes and radiobuttons - refined labels in the external authentication alert - restyled the user viewterface elements to display external login status and extended roles. ## Testing ## Screenshots ## Checklist - [x] Branch name - [x] Target branch - [x] Commit messages - [x] Squash commits - [x] MR name - [x] MR Description - [ ] Tests - [ ] Browser support verified Co-authored-by: Yordan Alexandrov <yordan.alexandrov@graphwise.ai> (cherry picked from commit 12dd37c)
yordanalexandrov
added a commit
that referenced
this pull request
Jul 24, 2026
…3095) ## What Refactor the user catalog and create/edit user views to allow the administrator to configure role and permission extension if GDB is configured with an additional authorization database. ## Why This change is needed for this new feature, where a configuration property set in GDB can allow an admin to extend a user's role or persmissions ## How - removed `external` propery from `User` model as it is irrelevant. It is only available for `AuthenticatedUser` - added `hasExternalLogin` property to `User` model, which shows if the user has logged in before (has the external login data in local users) - Added `AuthenticationImplementation` enum to standardize authentication methods. - added conditional logic to display `Create user` action in the catalog - added conditional logic and a toggle to allow setting role/permissions for external users - added tags in the catalog to show if user is extended or if the user has not logged in yet (because admin can now create users) - applied DS css vars to checkboxes and radiobuttons - refined labels in the external authentication alert - restyled the user viewterface elements to display external login status and extended roles. ## Testing ## Screenshots ## Checklist - [x] Branch name - [x] Target branch - [x] Commit messages - [x] Squash commits - [x] MR name - [x] MR Description - [ ] Tests - [ ] Browser support verified (cherry picked from commit 12dd37c) Co-authored-by: Yordan Alexandrov <yordan.alexandrov@graphwise.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Refactor the user catalog and create/edit user views to allow the administrator to configure role and permission extension if GDB is configured with an additional authorization database.
Why
This change is needed for this new feature, where a configuration property set in GDB can allow an admin to extend a user's role or persmissions
How
externalpropery fromUsermodel as it is irrelevant. It is only available forAuthenticatedUserhasExternalLoginproperty toUsermodel, which shows if the user has logged in before (has the external login data in local users)AuthenticationImplementationenum to standardize authentication methods.Create useraction in the catalogTesting
Screenshots
Checklist