Nguyen Tho
Nguyen Tho

Reputation: 109

Building Daemon or Service Apps with Office 365 Unified API

My service app works well with Office 365 Rest api: get access token, get all the data of all the users in my organization. Then, i try to use Office 365 Unified API. I've got access token but could not get data, always error "403 forbidden". Please give me some advice!!!

Upvotes: 0

Views: 181

Answers (2)

Richard Willis
Richard Willis

Reputation: 986

Client credential flow is now working as of last week (5 Nov 2015). Certainly using certificates for authentication.

Wasn't working a couple of weeks ago, so it must have been newly enabled.

Upvotes: 0

Venkat Ayyadevara - MSFT
Venkat Ayyadevara - MSFT

Reputation: 2893

Office 365 Unified API doesn't yet support client credential flow. Stay tuned, as we are working actively to add support.

Upvotes: 0

Related Questions