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