Hi @Jimmy ,
Thanks for reaching out.
Unfortunately, Microsoft Entra ID or Micrsoft Graph does not support introspection and opaque tokens.
Token introspection doesn't use a JWT format for the token. Instead, token introspection uses an opaque string that the resource API can't interpret. The resource API sends the token to the identity provider on each call. The identity provider then checks for any conditions and returns data that the resource API can use to complete the operation. But this is expensive approach, so Micrsoft comes up with remedy using CAE.
Reference: https://learn.microsoft.com/en-us/security/zero-trust/develop/secure-with-cae
I would suggest you post this idea at the Azure Feedback Portal, which is monitored by the product team for feature enhancements.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.