public void Configure(string name, OAuth2IntrospectionOptions options)
 {
     if (name == _scheme + IdentityServerAuthenticationDefaults.IntrospectionAuthenticationScheme &&
         _identityServerOptions.SupportsIntrospection)
     {
         _identityServerOptions.ConfigureIntrospection(options);
     }
 }