Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend JSON permissions model to accommodate APIs that don't require permissions #96

Open
Lauragra opened this issue Oct 26, 2024 · 0 comments

Comments

@Lauragra
Copy link

Some APIs only require an Open ID connect scope but no Microsoft Graph permissions. We need a way to account for those HTTP requests in the permissions model so we can generate the right thing in the content. Extend the JSON model to include a place to track the request syntax for these APIs, and update the system to generate the alternative boilerplate text instead of the standard boilerplate and link/include file.

Boilerplate text: To call this API in application-only scenarios, your application must have a valid access token, but doesn’t require any Microsoft Graph permissions. In delegated scenarios, your app must be granted at least one delegated permission.

This issue applies to APIs with the following segment: /identityGovernance/permissionsAnalytics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant