We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1025 commit b51a123Copy full SHA for b51a123
src/NetCoreKit.Infrastructure.GrpcHost/AuthInterceptor.cs
@@ -74,7 +74,7 @@ public override async Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TR
74
var parameters = new TokenValidationParameters
75
{
76
ValidIssuer = disco.Issuer,
77
- ValidAudience = idpConfig.GetValue<string>("Jwt_Audience"),
+ ValidAudience = idpConfig.GetValue<string>("Audience"),
78
IssuerSigningKeys = keys,
79
80
NameClaimType = JwtClaimTypes.Name,
0 commit comments