File tree 2 files changed +2
-2
lines changed
src/VirtoCommerce.Platform.Web
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
12
- <VersionPrefix >3.819 .0</VersionPrefix >
12
+ <VersionPrefix >3.820 .0</VersionPrefix >
13
13
<VersionSuffix ></VersionSuffix >
14
14
<VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' " >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
15
15
<NoWarn >$(NoWarn);S3875;S4457</NoWarn >
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ public void ConfigureServices(IServiceCollection services)
353
353
options . AllowPasswordFlow ( )
354
354
. AllowRefreshTokenFlow ( )
355
355
. AllowClientCredentialsFlow ( )
356
- . AllowCustomFlow ( "impersonate" ) ;
356
+ . AllowCustomFlow ( PlatformConstants . Security . GrantTypes . Impersonate ) ;
357
357
358
358
options . SetRefreshTokenLifetime ( authorizationOptions ? . RefreshTokenLifeTime ) ;
359
359
options . SetAccessTokenLifetime ( authorizationOptions ? . AccessTokenLifeTime ) ;
You can’t perform that action at this time.
0 commit comments