Browse Source

Merge pull request #751 from colinin/fix-openiddict

fix openiddict
pull/761/head
yx lin 3 years ago
committed by GitHub
parent
commit
9463b7b7cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      aspnet-core/services/LY.MicroService.AuthServer/AuthServerModule.Configure.cs

2
aspnet-core/services/LY.MicroService.AuthServer/AuthServerModule.Configure.cs

@ -85,7 +85,7 @@ public partial class AuthServerModule
{
builder.AddValidation(options =>
{
options.AddAudiences("lingyun-abp-api-resource");
options.AddAudiences("lingyun-abp-application");
options.UseLocalServer();

Loading…
Cancel
Save