Skip to content

Commit

Permalink
include issuers on all calls to backchannel logout service (for consi…
Browse files Browse the repository at this point in the history
…stency)
  • Loading branch information
brockallen committed Jan 25, 2023
1 parent 5a37738 commit b14fb6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ await BackChannelLogoutService.SendLogoutNotificationsAsync(new LogoutNotificati
{
SubjectId = session.SubjectId,
SessionId = session.SessionId,
ClientIds = session.ClientIds
ClientIds = session.ClientIds,
Issuer = session.Issuer,
});
}
}
Expand Down

0 comments on commit b14fb6c

Please sign in to comment.