Include AuthenticationTicket.Properties in AuthenticationTicket success result handling #1765 (#1767)
This commit is contained in:
parent
e031eff146
commit
0f18ff1b9f
|
|
@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.Authentication
|
||||||
{
|
{
|
||||||
throw new ArgumentNullException(nameof(ticket));
|
throw new ArgumentNullException(nameof(ticket));
|
||||||
}
|
}
|
||||||
return new HandleRequestResult() { Ticket = ticket };
|
return new HandleRequestResult() { Ticket = ticket, Properties = ticket.Properties };
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue