I am connecting to dynamics using below steps specified in link. The process is to call API and acquire token before we call actual api to dynamics with token value. This token expire every hour and i have to generate token every time
The basic steps is to create azure app and create secret and give required permission. Is there any way where i can configure static token in azure app registration and i use the same everytime while communicating with dynamics. I dont want token to expiry.
any help would be appreciated.