For the introspection endpoint, it only returns the active claim in the identity token but the spec requires more (and so does the underlying OAuth spec).
More specifically, mod_oauth2 requires at least the sub claim. I believe this is so that it can set the user in Apache for other modules to process.