Skip to content

Commit

Permalink
Add link to tracking issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt authored Aug 21, 2023
1 parent 9173f63 commit f680db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync
{
// Extract the user state from properties and reset.
properties.Items.TryGetValue(WsFederationDefaults.UserstatePropertiesKey, out var userState);
wsFederationMessage.Wctx = userState!;
wsFederationMessage.Wctx = userState!; // TODO: '!' can be removed with https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2240
}

var messageReceivedContext = new MessageReceivedContext(Context, Scheme, Options, properties)
Expand Down

0 comments on commit f680db9

Please sign in to comment.