builds
This commit is contained in:
parent
cede04a33e
commit
ec5bd7ca1f
13 changed files with 173 additions and 46 deletions
|
|
@ -128,7 +128,8 @@ namespace IdentityServerHost.Quickstart.UI
|
|||
|
||||
// check if external login is in the context of an OIDC request
|
||||
var context = await _interaction.GetAuthorizationContextAsync(returnUrl);
|
||||
await _events.RaiseAsync(new UserLoginSuccessEvent(provider, providerUserId, user.SubjectId, user.Username, true, context?.Client.ClientId));
|
||||
await _events.RaiseAsync(new UserLoginSuccessEvent(provider, providerUserId, user.SubjectId, user.Username, true,
|
||||
context?.ClientId));
|
||||
|
||||
if (context != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue