|
|
|
@ -65,7 +65,7 @@ namespace OpenIddict.Mvc { |
|
|
|
if (!User.Identities.Any(identity => identity.IsAuthenticated)) { |
|
|
|
return new ChallengeResult(new AuthenticationProperties { |
|
|
|
RedirectUri = Url.Action(nameof(Authorize), new { |
|
|
|
unique_id = request.GetUniqueIdentifier() |
|
|
|
request_id = request.GetRequestIdentifier() |
|
|
|
}) |
|
|
|
}); |
|
|
|
} |
|
|
|
|