A simple button (manual) flow that can parse a bearer token to extract details like:
- Issuer
- AppID
- Audience
- TokenSubject
- TokenSender etc.
Note that a HTTP based flow won't execute when you pass a bearer token in the Authorization header. You can send it as a normal POST body or a parameter instead and use that as a layer of security so that Flow can validate the token and only then execute.