Reputation: 117
I try to use Outlook mail api connector but it not work for me. I cannot manage to connect. I follow the documentation and I still stuck, I receive a http 401.1 error . In the init component, I fill client_id and secret_id, but I don't Know where to find access token. I try with oauth sand box, I generate an token and fill it to init conponent in the esb connector and it work. But never manage, to make it work without aouth sand box.
Any help, thks
Upvotes: 1
Views: 358
Reputation: 137
For getting an access_token, you have to associate an Azure subscription with Office 365 account (Azure AD). You may refer here.
once you get cliend_id and client_screte, you may refer here (step two and three) to get an access_token and refresh_token.
Upvotes: 0
Reputation: 137
You can refer here to associate an Azure subscription with Office 365 account (Azure AD) or create a new Azure subscription and associate it with your Office 365 account.
Upvotes: 1