Configure redirect URI in Asp.NET Core Azure AD authentication
How can I tell my app to generate redirect URI with host that I provide? ( foobar.com ) Context: I have Server-Side Blazor Web App, generated from from recent (VS 16.7.5) template, with Azure AD (Single tenant, Work and Schools) authentication. I use <PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.1.8" /> I've conf