public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
     Logging      = new LoggingOptions();
     DataSource   = new DataSourceOptions();
 }
Example #2
0
 public IdentityServerOptions()
 {
     Authenticate = new AuthenticateOptions();
     Scim         = new ScimOptions();
 }