mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +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
|
|
@ -14654,6 +14654,9 @@
|
|||
"profileSigningAlgorithm": {
|
||||
"type": "string"
|
||||
},
|
||||
"roleClaim": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -14690,6 +14693,7 @@
|
|||
"mobileOverrideEnabled",
|
||||
"mobileRedirectUri",
|
||||
"profileSigningAlgorithm",
|
||||
"roleClaim",
|
||||
"scope",
|
||||
"signingAlgorithm",
|
||||
"storageLabelClaim",
|
||||
|
|
|
|||
|
|
@ -1398,6 +1398,7 @@ export type SystemConfigOAuthDto = {
|
|||
mobileOverrideEnabled: boolean;
|
||||
mobileRedirectUri: string;
|
||||
profileSigningAlgorithm: string;
|
||||
roleClaim: string;
|
||||
scope: string;
|
||||
signingAlgorithm: string;
|
||||
storageLabelClaim: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue