1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 11:36:46 +00:00

feat: add "restricted" column to oidc client table

This commit is contained in:
Elias Schneider
2025-12-24 14:05:37 +01:00
parent 461293ba1d
commit 1bc9f5f7e7
10 changed files with 47 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ type OidcClient struct {
RequiresReauthentication bool `sortable:"true" filterable:"true"`
Credentials OidcClientCredentials
LaunchURL *string
IsGroupRestricted bool
IsGroupRestricted bool `sortable:"true" filterable:"true"`
AllowedUserGroups []UserGroup `gorm:"many2many:oidc_clients_allowed_user_groups;"`
CreatedByID *string