Skip to content

Commit 8bd2360

Browse files
authored
Merge branch 'dev' into fix/VCST-822
2 parents c199349 + 1c409ba commit 8bd2360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<VersionPrefix>3.819.0</VersionPrefix>
12+
<VersionPrefix>3.820.0</VersionPrefix>
1313
<VersionSuffix></VersionSuffix>
1414
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1515
<NoWarn>$(NoWarn);S3875;S4457</NoWarn>

src/VirtoCommerce.Platform.Web/Startup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public void ConfigureServices(IServiceCollection services)
353353
options.AllowPasswordFlow()
354354
.AllowRefreshTokenFlow()
355355
.AllowClientCredentialsFlow()
356-
.AllowCustomFlow("impersonate");
356+
.AllowCustomFlow(PlatformConstants.Security.GrantTypes.Impersonate);
357357

358358
options.SetRefreshTokenLifetime(authorizationOptions?.RefreshTokenLifeTime);
359359
options.SetAccessTokenLifetime(authorizationOptions?.AccessTokenLifeTime);

0 commit comments

Comments
 (0)