I have a situation where I have a signed certificate (uploaded by the administrator onto Azure App Registration) and I am using OAuth 2.0 from Azure endpoints to generate Bearer access token to make calls onto a SAP api. The token to expires after sometime and I would like to know how can I generate an access token from a pre-request script using client secrete. Thank you