From 2450361a1d843d19b30db39cafb75707706dbf78 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 10 May 2026 22:38:00 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=D1=8B?= =?UTF-8?q?=20Azure=20AD=20=D0=B2=20dev=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/UniVerse.Api/appsettings.Development.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/backend/UniVerse.Api/appsettings.Development.json b/backend/UniVerse.Api/appsettings.Development.json index 511304d..d1699dd 100644 --- a/backend/UniVerse.Api/appsettings.Development.json +++ b/backend/UniVerse.Api/appsettings.Development.json @@ -14,5 +14,13 @@ "Audience": "UniVerse", "AccessTokenExpirationMinutes": "30", "RefreshTokenExpirationDays": "30" + }, + "AzureAd": { + "Instance": "https://login.microsoftonline.com/", + "TenantId": "sfedu.ru", + "ClientId": "", + "ClientSecret": "", + "Domain": "sfedu.onmicrosoft.com", + "CallbackPath": "/signin-oidc" } -} +} \ No newline at end of file