Exemplo n.º 1
0
 public OpenIdConnectOptions(string authenticationScheme)
 {
     AuthenticationScheme = authenticationScheme;
     DisplayName = OpenIdConnectDefaults.Caption;
     CallbackPath = new PathString("/signin-oidc");
     Events = new OpenIdConnectEvents();
 }
Exemplo n.º 2
0
 public OpenIdConnectOptions(string authenticationScheme)
 {
     AuthenticationScheme = authenticationScheme;
     DisplayName          = OpenIdConnectDefaults.Caption;
     CallbackPath         = new PathString("/signin-oidc");
     Events = new OpenIdConnectEvents();
 }