Auth: Display id Provider label in orgs/users view (#58033)

* Add frontend test

* Add frontend label component

* Adjust backend tests

* Retrieve auth IDP labels for users at org/users.

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Kalle <kalleep@users.noreply.github.com>
Co-authored-by: Jo <Jguer@users.noreply.github.com>
This commit is contained in:
linoman
2022-11-29 15:20:28 +01:00
committed by GitHub
parent 5b7ef92399
commit 6cc56311d9
15 changed files with 85 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ type OrgUserDTO struct {
LastSeenAtAge string `json:"lastSeenAtAge"`
AccessControl map[string]bool `json:"accessControl,omitempty"`
IsDisabled bool `json:"isDisabled"`
AuthLabels []string `json:"authLabels" xorm:"-"`
}
type RemoveOrgUserCommand struct {