Skip to content

Commit 0da1932

Browse files
committed
Add link to tracking issue.
1 parent 7eb7de9 commit 0da1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/WsFederation/src/WsFederationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync
195195
{
196196
// Extract the user state from properties and reset.
197197
properties.Items.TryGetValue(WsFederationDefaults.UserstatePropertiesKey, out var userState);
198-
wsFederationMessage.Wctx = userState!;
198+
wsFederationMessage.Wctx = userState!; // TODO: '!' can be removed with https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2240
199199
}
200200

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

0 commit comments

Comments
 (0)