From bcc4e68bca056be5cc93dbce04d530ea615a0d0b Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Tue, 29 Mar 2022 17:41:48 +0300 Subject: [PATCH] updated CorsOrigins and redirectUrls of auth-server --- apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json b/apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json index 290fc0f6..047dd51c 100644 --- a/apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json +++ b/apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json @@ -1,8 +1,8 @@ { "App": { "SelfUrl": "https://localhost:44330", - "CorsOrigins": "https://*.EShopOnAbp.com,http://localhost:4200,https://localhost:44307,https://localhost:44351,https://localhost:44353,https://localhost:44354,https://localhost:44355,https://localhost:44356,https://localhost:44357,https://localhost:44372,https://localhost:44373,http://localhost:4200", - "RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307" + "CorsOrigins": "http://localhost:4200,https://localhost:44351,https://localhost:44353,https://localhost:44354,https://localhost:44355,https://localhost:44356,https://localhost:44357", + "RedirectAllowedUrls": "http://localhost:4200" }, "Logging": { "LogLevel": {