Introspection should allow other clients
Currently the introspection endpoint only allows the owner of the submitted token to use the endpoint.
https://gitlab.com/yaal/canaille/-/blob/master/canaille/oauth2utils.py#L239
We should allow clients/resource servers that not own a token to introspect the token. Maybe this is related to the aud
claim, we should check the specs for that.