feat(server): userinfo signing (#10756)

* feat(server): userinfo signing

* chore: e2e tests
This commit is contained in:
Jason Rasmussen 2024-07-11 07:55:00 -04:00 committed by GitHub
parent 3cb42de931
commit 25a380d023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1439 additions and 33 deletions

View file

@ -349,6 +349,10 @@ class SystemConfigOAuthDto {
@IsNotEmpty()
signingAlgorithm!: string;
@IsString()
@IsNotEmpty()
profileSigningAlgorithm!: string;
@IsString()
storageLabelClaim!: string;