SCIM: Add a distinctive label for externally provisioned users (#102701)

* Add json mapping for user.isProvisioned

* Retrieve the isProvisioned value from database

* Add a Provisioned label to pages that list users

* Update swagger definitions

* Add changes to User Admin pages
This commit is contained in:
linoman
2025-03-25 10:06:45 +01:00
committed by GitHub
parent 77fa2271be
commit 874e98a488
13 changed files with 67 additions and 8 deletions
+1
View File
@@ -157,6 +157,7 @@ type OrgUserDTO struct {
IsDisabled bool `json:"isDisabled"`
AuthLabels []string `json:"authLabels" xorm:"-"`
IsExternallySynced bool `json:"isExternallySynced"`
IsProvisioned bool `json:"isProvisioned"`
}
type RemoveOrgUserCommand struct {