diff --git a/gateways/web-public/src/EShopOnAbp.WebPublicGateway/appsettings.json b/gateways/web-public/src/EShopOnAbp.WebPublicGateway/appsettings.json index 119795be..c36665c8 100644 --- a/gateways/web-public/src/EShopOnAbp.WebPublicGateway/appsettings.json +++ b/gateways/web-public/src/EShopOnAbp.WebPublicGateway/appsettings.json @@ -4,7 +4,7 @@ "CorsOrigins": "https://localhost:44335" }, "AuthServer": { - "Authority": "https://localhost:44330", + "Authority": "http://localhost:8080/realms/master", "RequireHttpsMetadata": "true", "SwaggerClientId": "WebGateway_Swagger", "SwaggerClientSecret": "1q2w3e*" diff --git a/gateways/web/src/EShopOnAbp.WebGateway/appsettings.json b/gateways/web/src/EShopOnAbp.WebGateway/appsettings.json index dea2bd3b..f9543eef 100644 --- a/gateways/web/src/EShopOnAbp.WebGateway/appsettings.json +++ b/gateways/web/src/EShopOnAbp.WebGateway/appsettings.json @@ -4,7 +4,7 @@ "CorsOrigins": "http://localhost:4200" }, "AuthServer": { - "Authority": "https://localhost:44330", + "Authority": "http://localhost:8080/realms/master", "RequireHttpsMetadata": "true", "SwaggerClientId": "WebGateway_Swagger", "SwaggerClientSecret": "1q2w3e*" diff --git a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json index 6794a32d..a9f4e973 100644 --- a/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json +++ b/services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json @@ -19,7 +19,7 @@ "GrantType": "client_credentials", "ClientId": "EShopOnAbp_AdministrationService", "ClientSecret": "1q2w3e*", - "Authority": "https://localhost:44330", + "Authority": "http://localhost:8080/realms/master", "Scope": "IdentityService" } }, diff --git a/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json b/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json index 750d9c24..6fefb7e9 100644 --- a/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json +++ b/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json @@ -51,7 +51,7 @@ "GrantType": "client_credentials", "ClientId": "EShopOnAbp_CmskitService", "ClientSecret": "1q2w3e*", - "Authority": "https://localhost:44330", + "Authority": "http://localhost:8080/realms/master", "Scope": "IdentityService" } }