diff --git a/LiteCharms.Features.MidrandBooks.Seed/LiteCharms.Features.MidrandBooks.Seed.csproj b/LiteCharms.Features.MidrandBooks.Seed/LiteCharms.Features.MidrandBooks.Seed.csproj index d8ac700..bc9d6e2 100644 --- a/LiteCharms.Features.MidrandBooks.Seed/LiteCharms.Features.MidrandBooks.Seed.csproj +++ b/LiteCharms.Features.MidrandBooks.Seed/LiteCharms.Features.MidrandBooks.Seed.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -116,8 +116,8 @@ - - + + diff --git a/LiteCharms.Features.MidrandBooks/LiteCharms.Features.MidrandBooks.csproj b/LiteCharms.Features.MidrandBooks/LiteCharms.Features.MidrandBooks.csproj index 3db773c..09ba93d 100644 --- a/LiteCharms.Features.MidrandBooks/LiteCharms.Features.MidrandBooks.csproj +++ b/LiteCharms.Features.MidrandBooks/LiteCharms.Features.MidrandBooks.csproj @@ -32,7 +32,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -136,8 +136,8 @@ - - + + diff --git a/LiteCharms.Features.TechShop/LiteCharms.Features.TechShop.csproj b/LiteCharms.Features.TechShop/LiteCharms.Features.TechShop.csproj index b99f168..4cd7426 100644 --- a/LiteCharms.Features.TechShop/LiteCharms.Features.TechShop.csproj +++ b/LiteCharms.Features.TechShop/LiteCharms.Features.TechShop.csproj @@ -136,8 +136,8 @@ - - + + diff --git a/LiteCharms.Features.Tests/http/litecharms/http-client.env.json b/LiteCharms.Features.Tests/http/litecharms/http-client.env.json index 36d0bd1..c14a05b 100644 --- a/LiteCharms.Features.Tests/http/litecharms/http-client.env.json +++ b/LiteCharms.Features.Tests/http/litecharms/http-client.env.json @@ -2,8 +2,8 @@ "uat": { "authority": "https://sts.security.khongisa.co.za", "grantType": "client_credentials", - "clientId": "midrandbooks-api-uat", - "clientSecret": "secret_5a36d0024980544c875447a4b052938becc3fbbb10b8b2c097310c1a53ba3c0a", + "clientId": "midrandbooks-api-scaler-uat", + "clientSecret": "secret_0a8dc1f99061590a52b1272db3a1871d2761c79fbd058b2a968911029e4b208a", "scope": "midrandbooks-api" } } diff --git a/LiteCharms.Features/Extensions/Api.cs b/LiteCharms.Features/Extensions/Api.cs index 66928bc..5cff9de 100644 --- a/LiteCharms.Features/Extensions/Api.cs +++ b/LiteCharms.Features/Extensions/Api.cs @@ -71,7 +71,7 @@ public static class Api options.TokenValidationParameters = new TokenValidationParameters { ValidIssuer = authOptions.Authority, - ValidateAudience = true, + ValidateAudience = false, ValidateIssuer = true, }; }); diff --git a/LiteCharms.Features/LiteCharms.Features.csproj b/LiteCharms.Features/LiteCharms.Features.csproj index 49a14d5..98a074e 100644 --- a/LiteCharms.Features/LiteCharms.Features.csproj +++ b/LiteCharms.Features/LiteCharms.Features.csproj @@ -38,10 +38,10 @@ - - - - + + + + @@ -67,7 +67,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -171,8 +171,8 @@ - - + +