feat: доделал MS Auth для фронта

This commit is contained in:
2026-05-10 21:57:19 +03:00
parent 3af1932480
commit 32ca5963c8
7 changed files with 163 additions and 8 deletions
+3
View File
@@ -14,6 +14,9 @@ services:
- AzureAd:ClientSecret=${AzureAd_ClientSecret}
- AzureAd:Domain=${AzureAd_Domain:-sfedu.onmicrosoft.com}
- AzureAd:CallbackPath=${AzureAd_CallbackPath:-/signin-oidc}
# https://<domain>/api/v1/auth/callback/microsoft
- AzureAd:RedirectUri=${AzureAd_RedirectUri}
- AzureAd:PostLoginRedirectUri=${AzureAd_PostLoginRedirectUri:-}
- Jwt:Secret=${JWT_SECRET}
- Jwt:Issuer=${JWT_ISSUER:-UniVerse}