public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
     Logging      = new LoggingOptions();
     DataSource   = new DataSourceOptions();
 }
 public IdentityServerOptions()
 {
     Scim = new ScimOptions();
 }
Esempio n. 3
0
 public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
 }