Esempio n. 1
0
 public static IIdentityServerBuilder AddDomain(this IIdentityServerBuilder @this) => @this
 .AddClient()
 .AddResource()
 .AddUser();