Add migration to update ApiClients with centralized authorization scopes
This migration updates the ScopesJson for the ApiClient with Id 91000000-0000-0000-0000-000000000001 to include additional authorization scopes for improved API access control. The Down method reverts the changes if necessary.
This commit is contained in:
@@ -160,6 +160,7 @@ namespace Microsoft.SelfService.Portal.Core.API.Helper
|
||||
|
||||
/** Credential Secret Model **/
|
||||
CreateMap<CredentialSecretModel, GetCredentialSecretDto>();
|
||||
CreateMap<CredentialSecretModel, GetCredentialSecretValueDto>();
|
||||
CreateMap<AddCredentialSecretDto, CredentialSecretModel>();
|
||||
|
||||
/** Service Model **/
|
||||
|
||||
Reference in New Issue
Block a user