Hi,
We’re setting up a service node using Kore’s authorization profiles with OAuth v2 client credentials. We’d like to understand how Kore handles access token management in this scenario. Specifically, does Kore generate a new access token for each request made by the service node, or can the authorization profile reuse existing tokens until they expire?
Thanks