public AdfsOptions()
     : base(Scheme)
 {
     DisplayName = "AD FS sign-on using OAuth2";
     AuthenticationMode = AuthenticationMode.Passive;
     BackchannelTimeout = TimeSpan.FromSeconds(60);
     Events = new AdfsEvents();
     SaveTokensAsClaims = true;
 }
 public AdfsOptions()
     : base(Scheme)
 {
     DisplayName        = "AD FS sign-on using OAuth2";
     AuthenticationMode = AuthenticationMode.Passive;
     BackchannelTimeout = TimeSpan.FromSeconds(60);
     Events             = new AdfsEvents();
     SaveTokensAsClaims = true;
 }