mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: oauth role claim (#19758)
This commit is contained in:
parent
2f5d75ce21
commit
4ce9bce414
13 changed files with 160 additions and 3 deletions
|
|
@ -395,6 +395,9 @@ class SystemConfigOAuthDto {
|
|||
|
||||
@IsString()
|
||||
storageQuotaClaim!: string;
|
||||
|
||||
@IsString()
|
||||
roleClaim!: string;
|
||||
}
|
||||
|
||||
class SystemConfigPasswordLoginDto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue