public CasOptions()
 {
     AuthenticationScheme = CasDefaults.AuthenticationScheme;
     DisplayName          = AuthenticationScheme;
     CallbackPath         = new PathString("/signin-cas");
     BackchannelTimeout   = TimeSpan.FromSeconds(60);
     TicketValidator      = new Cas2TicketValidator(this);
     Events = new CasEvents();
 }
Exemple #2
0
 public CasOptions()
 {
     CallbackPath    = new PathString("/signin-cas");
     TicketValidator = new Cas2TicketValidator();
     Events          = new CasEvents();
 }