5 writes to Wtrealm
Microsoft.AspNetCore.Authentication.Test (4)
WsFederation\WsFederationTest.cs (2)
218options.Wtrealm = "http://Automation1"; 292options.Wtrealm = "http://Automation1";
WsFederation\WsFederationTest_Handler.cs (2)
216options.Wtrealm = "http://Automation1"; 289options.Wtrealm = "http://Automation1";
WsFedSample (1)
Startup.cs (1)
31options.Wtrealm = "https://Tratcheroutlook.onmicrosoft.com/WsFedSample";
3 references to Wtrealm
Microsoft.AspNetCore.Authentication.WsFederation (3)
WsFederationHandler.cs (2)
101Wtrealm = Options.Wtrealm, 428Wtrealm = Options.Wtrealm,
WsFederationPostConfigureOptions.cs (1)
60options.TokenValidationParameters.ValidAudience = options.Wtrealm;