Skip to content

Commit

Permalink
Merge pull request #2192 from bcgov/1.10.2
Browse files Browse the repository at this point in the history
1.10.2
  • Loading branch information
ychung-mot authored Dec 16, 2021
2 parents 85ed3b6 + 0860510 commit 2eef4a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Server/HetsApi/HetsApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>sprint1</VersionSuffix>
<Version>1.10.1.0</Version>
<Version>1.10.2.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
5 changes: 0 additions & 5 deletions Server/HetsApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,8 @@ public void ConfigureServices(IServiceCollection services)
{
options.Authority = Configuration.GetValue<string>("JWT:Authority");
options.Audience = Configuration.GetValue<string>("JWT:Audience");
options.RequireHttpsMetadata = false;
options.IncludeErrorDetails = true;
options.EventsType = typeof(HetsJwtBearerEvents);
//options.TokenValidationParameters = new TokenValidationParameters()
//{
// ValidateAudience = false
//};
});

// setup authorization
Expand Down
4 changes: 2 additions & 2 deletions Server/HetsApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"LogoffUrl-Training": "https://logontest.gov.bc.ca/clp-cgi/logoff.cgi?returl=https://trn-hets.th.gov.bc.ca&retnow=1",
"LogoffUrl-UAT": "https://logontest.gov.bc.ca/clp-cgi/logoff.cgi?returl=https://uat-hets.th.gov.bc.ca&retnow=1",
"LogoffUrl-Production": "https://logon.gov.bc.ca/clp-cgi/logoff.cgi?returl=https://hets.th.gov.bc.ca&retnow=1",
"Version-Application": "Release 1.10.1.0",
"Version-Database": "Release 1.10.1.0",
"Version-Application": "Release 1.10.2.0",
"Version-Database": "Release 1.10.2.0",
"Maximum-Blank-Agreements": "3",
"ExceptionDescriptions": {
"HETS-01": "Record not found",
Expand Down

0 comments on commit 2eef4a1

Please sign in to comment.