wordpress-indieauth
wordpress-indieauth copied to clipboard
Introspection could use SUB claim for Pure OAuth client Compatibility
trafficstars
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.