Browse Source

Update old AuthServer settings.

pull/143/head
Halil İbrahim Kalkan 4 years ago
parent
commit
991fefe67c
  1. 2
      gateways/web-public/src/EShopOnAbp.WebPublicGateway/appsettings.json
  2. 2
      gateways/web/src/EShopOnAbp.WebGateway/appsettings.json
  3. 2
      services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host/appsettings.json
  4. 2
      services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.json

2
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*"

2
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*"

2
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"
}
},

2
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"
}
}

Loading…
Cancel
Save