api - "Could not update the configuration for app" error message when adding Office365 Unified Application permissions -
i want started office365 unified api , decided register new web app our azure directory.
in section: "permissions other applications" , select office365 unified api(preview)
i set delegated permission (i don't have admin powers in our tenant), choose ones need (user profiles, sign-in , exact number not matter).
when save configuration message
could not update configuration app "" information tells me: unauthorized. not have sufficient permissions access resource.
the strange , when log out , return application in azure portal, see modification in configuration ?!
finally when try call rest endpoint (with valid accesstoken etc..) message:
{"error":"invalid_grant","error_description":"aadsts65001: no permission access user information configured 'f1299649-ea20-4cf6-9cd6-afb69d9b5760' application, or expired or revoked.\r\ntrace id: 69ab1a6c-eeda-4351-8e1e-2b774c19a5a0\r\ncorrelation id: 968a962e-d851-48bb-ad6f-3f05ea7b8efe\r\ntimestamp: 2015-06-18 20:12:15z","error_codes":[65001],"timestamp":"2015-06-18 20:12:15z","trace_id":"69ab1a6c-eeda-4351-8e1e-2b774c19a5a0","correlation_id":"968a962e-d851-48bb-ad6f-3f05ea7b8efe","submit_url":null,"context":null}
so maybe azure portal ui right first time , permissions never stored app ?
the application details in https://portal.office.com/myapps tell me this:
permissions app works data in documents. able to:
- read directory data
- sign in , read profile
- read users'basic profiles
- access directory
- read directory data
- sign-in , read profile
what next step take work ?
it impossible set permissions office 365 unified api application if tenant administrator due error. have tried it. remember whole unified api in preview mode there other errors.
Comments
Post a Comment