core

Microsoft.AspNetCore.Authentication.WsFederation

 {
     namespace Microsoft.AspNetCore.Authentication.WsFederation {
         public class WsFederationOptions : RemoteAuthenticationOptions {
+            public new bool SaveTokens { get; set; }
         }
     }
 }