Microsoft Identity Web: Change Redirect Uri
I am using .net 5, Identity Web Ui to access Microsoft Graph. Where can I configure my Redirect URI? I need to specify the full Uri, since the generated one from callbackUri is incorrect due to being behind a Load Balancer with SSL offload. Here is my current ConfigureServices section services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .Ad