You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For every endpoint in the Graph API Explorer, the Modify Permissions tab fails to populate with a list of the permissions required for the endpoint and instead, an error message is shown "Permissions for the query are missing on this tab".
To Reproduce
Steps to reproduce the behavior:
Go to Graph API Explorer
Click on any endpoint
Click on Modify Permissions tab
See error
Expected behavior
Expected behaviour is to see a list of permissions required for the endpoint based on data fetched from https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork&requesturl={request URL here}
For example, for the /me endpoint, the required permissions should be returned by this URL: https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork&requesturl=/me
Screenshots
Screenshot of the error attached.
Desktop (please complete the following information):
OS: Windows 11 24H2
Browser: Chrome
Version: 131.0.6778.109
Additional context
Calls to https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork work and seem to return a list of all permissions used by Graph API Explorer. However, when the requesturl parameter is included in the query string (as is included by the Graph Explorer UI), the result is always a status code 404 Not Found.
The text was updated successfully, but these errors were encountered:
Describe the bug
For every endpoint in the Graph API Explorer, the Modify Permissions tab fails to populate with a list of the permissions required for the endpoint and instead, an error message is shown "Permissions for the query are missing on this tab".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behaviour is to see a list of permissions required for the endpoint based on data fetched from
https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork&requesturl={request URL here}
For example, for the /me endpoint, the required permissions should be returned by this URL:
https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork&requesturl=/me
Screenshots
Screenshot of the error attached.
Desktop (please complete the following information):
Additional context
Calls to
https://devxapi-func-prod-eastus.azurewebsites.net/permissions?method=GET&scopeType=DelegatedWork
work and seem to return a list of all permissions used by Graph API Explorer. However, when therequesturl
parameter is included in the query string (as is included by the Graph Explorer UI), the result is always a status code 404 Not Found.The text was updated successfully, but these errors were encountered: