diff --git a/Shogi.UI/wwwroot/appsettings.json b/Shogi.UI/wwwroot/appsettings.json index 6d07631..12680a0 100644 --- a/Shogi.UI/wwwroot/appsettings.json +++ b/Shogi.UI/wwwroot/appsettings.json @@ -10,14 +10,6 @@ "Microsoft.AspNetCore.Http.Connections": "Debug" } }, - "AzureAd": { - "Authority": "https://login.microsoftonline.com/common", - "ClientId": "935df672-efa6-45fa-b2e8-b76dfd65a122", - "ValidateAuthority": true, - "Scopes": [ - "api://c1e94676-cab0-42ba-8b6c-9532b8486fff/DefaultScope" - ] - }, "ShogiApiUrl": "https://localhost:5001", "ShogiApiUrl2": "https://api.lucaserver.space/Shogi.Api/" } \ No newline at end of file