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