Is there a way to programmatically authenticate and get the tokens without having to login into an interface. We plan to consume our API from a process, and not from the use case in which a user authenticates first via a login screen. How do we accomplish this task?
Out API is deployed as a AppService in Azure. We are using AZ B2C to integrate authentication. We also added a policy in APIM to require a JWT token.
Thank you for any help