@@ -50,7 +50,8 @@ public static class Api
|
|||||||
{
|
{
|
||||||
var uriBuilder = new UriBuilder(context.ProtocolMessage.RedirectUri)
|
var uriBuilder = new UriBuilder(context.ProtocolMessage.RedirectUri)
|
||||||
{
|
{
|
||||||
Scheme = "https"
|
Scheme = "https",
|
||||||
|
Port = -1,
|
||||||
};
|
};
|
||||||
|
|
||||||
context.ProtocolMessage.RedirectUri = uriBuilder.Uri.ToString();
|
context.ProtocolMessage.RedirectUri = uriBuilder.Uri.ToString();
|
||||||
@@ -105,7 +106,7 @@ public static class Api
|
|||||||
{
|
{
|
||||||
await context.ChallengeAsync(OpenIdConnectDefaults.AuthenticationScheme, new AuthenticationProperties
|
await context.ChallengeAsync(OpenIdConnectDefaults.AuthenticationScheme, new AuthenticationProperties
|
||||||
{
|
{
|
||||||
RedirectUri = redirectUri,
|
RedirectUri = redirectUri,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user