diff --git a/Core.Thalos.BuildingBlocks/Common/Constants/Secrets.cs b/Core.Thalos.BuildingBlocks/Common/Constants/Secrets.cs index 918aab6..94f911e 100644 --- a/Core.Thalos.BuildingBlocks/Common/Constants/Secrets.cs +++ b/Core.Thalos.BuildingBlocks/Common/Constants/Secrets.cs @@ -53,7 +53,7 @@ namespace Core.Thalos.Adapters.Common.Constants public const string ThalosAppTokenUrl = "Swagger:TokenUri"; public const string ThalosAppClientId = "Swagger:ClientId"; public const string ThalosAppScope = "Swagger:Scope"; - public const string PrivateKey = "B2C:JwtIssuerOptions:TokenPrivateKey"; - public const string PublicKey = "B2C:JwtIssuerOptions:TokenPublicKey"; + public const string PrivateKey = "JwtTokenPrivateKey"; + public const string PublicKey = "JwtTokenPublicKey"; } }