ContributionsMost RecentMost LikesSolutionsRe: Looking for generating Access Token for OAuth 2 Flow -> Client Credentials Grant using groovy script Hi Rich. We do not want to use the embedded OAuth functionality. The reason being we do not want to have the Client secret and other input data hard-coded. This will not let push our script to git due to compliance issue. One option I was looking for if we could feed those input data from external file such as .json/ excel.... Else, use a groovy script that could replicate the flow of Auth Manager--> Oauth2 for generating the Access token without using the embedded OAuth functionality Thanks, Deb Looking for generating Access Token for OAuth 2 Flow -> Client Credentials Grant using groovy script