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
98
98
var wsFederationMessage = new WsFederationMessage ( )
99
99
{
100
100
IssuerAddress = _configuration . TokenEndpoint ?? string . Empty ,
101
- Wtrealm = Options . Wtrealm ! ,
101
+ Wtrealm = Options . Wtrealm ! , // TODO: https://github.com/dotnet/aspnetcore/issues/50242
102
102
Wa = WsFederationConstants . WsFederationActions . SignIn ,
103
103
} ;
104
104
@@ -425,7 +425,7 @@ public virtual async Task SignOutAsync(AuthenticationProperties? properties)
425
425
var wsFederationMessage = new WsFederationMessage ( )
426
426
{
427
427
IssuerAddress = _configuration . TokenEndpoint ?? string . Empty ,
428
- Wtrealm = Options . Wtrealm ! ,
428
+ Wtrealm = Options . Wtrealm ! , // TODO: https://github.com/dotnet/aspnetcore/issues/50242
429
429
Wa = WsFederationConstants . WsFederationActions . SignOut ,
430
430
} ;
431
431
You can’t perform that action at this time.
0 commit comments