Requesting the access token with scope 'uma_protection' lets you present it as a bearer token for introspection.
Here is the request for the token:
```
POST /oxauth/seam/resource/restv1/oxauth/token HTTP/1.1
Host: gluu.local
Authorization: Basic QCFEQTQ2LkQ1QjQuRTk3Ri5EMTdDITAwMDEhRjBDOC4wNjA1ITAwMDghOTM4MC44QzM0LkQxQ0EuMzgzQjpwYXNzd29yZA==
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
grant_type=client_credentials&scope=mb.read+uma_protection
```