File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Security/Authentication/WsFederation/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ protected override async Task HandleChallengeAsync(AuthenticationProperties prop
9898 var wsFederationMessage = new WsFederationMessage ( )
9999 {
100100 IssuerAddress = _configuration . TokenEndpoint ?? string . Empty ,
101- Wtrealm = Options . Wtrealm ! ,
101+ Wtrealm = Options . Wtrealm ! , // TODO: https://github.com/dotnet/aspnetcore/issues/50242
102102 Wa = WsFederationConstants . WsFederationActions . SignIn ,
103103 } ;
104104
@@ -425,7 +425,7 @@ public virtual async Task SignOutAsync(AuthenticationProperties? properties)
425425 var wsFederationMessage = new WsFederationMessage ( )
426426 {
427427 IssuerAddress = _configuration . TokenEndpoint ?? string . Empty ,
428- Wtrealm = Options . Wtrealm ! ,
428+ Wtrealm = Options . Wtrealm ! , // TODO: https://github.com/dotnet/aspnetcore/issues/50242
429429 Wa = WsFederationConstants . WsFederationActions . SignOut ,
430430 } ;
431431
You can’t perform that action at this time.
0 commit comments