DefaultResourceIndicatorValidator Class
Refuses at startup a DefaultResourceIndicator that would put an unusable value in
every access token's aud claim.
public sealed class DefaultResourceIndicatorValidator : Microsoft.Extensions.Options.IValidateOptions<Abblix.Oidc.Server.Common.Configuration.OidcOptions>Inheritance System.Object → DefaultResourceIndicatorValidator
Implements Microsoft.Extensions.Options.IValidateOptions<OidcOptions>
Remarks
Both refusals are contradictions the host cannot see at runtime, because the token still issues and only the resource server rejects it - somewhere else, later, and reported as an invalid token rather than as a misconfiguration here.