Browse Source
Merge pull request #751 from colinin/fix-openiddict
fix openiddict
pull/761/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
aspnet-core/services/LY.MicroService.AuthServer/AuthServerModule.Configure.cs
|
|
@ -85,7 +85,7 @@ public partial class AuthServerModule |
|
|
{ |
|
|
{ |
|
|
builder.AddValidation(options => |
|
|
builder.AddValidation(options => |
|
|
{ |
|
|
{ |
|
|
options.AddAudiences("lingyun-abp-api-resource"); |
|
|
options.AddAudiences("lingyun-abp-application"); |
|
|
|
|
|
|
|
|
options.UseLocalServer(); |
|
|
options.UseLocalServer(); |
|
|
|
|
|
|
|
|
|