We have several API's that we'd like to grant access to a client via client credentials flow. The flow would go something like this.
- Client gets a token from is4 based on some scope
- Client hits first API with token
- Client needs to hit second API with same token.
Authorization of the token at the API endpoint seems to only work when the APIResource matches the APIName in the authentication parameters.
How do you set up APIResource/Scopes such that this scenario can be accommodated?