It is understood that token provided using this grant is short lived (1 minute as stated) and refresh token is not issues. But If I were to use it in a closed environment what would be the option to extend the expiry time and if there are not expiry time is there any way to add refresh token to the response?
@stephenwaite have you seen this working with offline_access on client credentials grant? Pretty sure this gets tested as an inferno test case and should be rejected.
As for modifying the time, use at your own risk but the code option is here: