-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I am not a Global Admin, so I cannot grant consent to the Graph Explorer application for the permissions I need. I already have access to a custom Azure AD app registration that has the required delegated permissions (with admin consent already granted). I want to use that app to authenticate in Graph Explorer, but Graph Explorer does not allow me to specify a custom Application (client) ID — it always uses its own built-in Graph Explorer app, which I cannot modify or consent to. As a result, I am blocked from using my custom app in Graph Explorer.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a feature to specify a custom Application (client) ID as the authentication gateway for Graph Explorer queries.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I will use Postman or VS Code with the REST Client extension to authenticate via my custom Azure AD app and test Microsoft Graph queries — bypassing Graph Explorer entirely.
Additional context
Add any other context or screenshots about the feature request here.