-
Notifications
You must be signed in to change notification settings - Fork 93
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
No way to use my own tenant ? #3423
Comments
Hi @terryclancy, |
Wow - that is super interesting. I have noticed a similar behavior with the MS Graph CLI - does your answer apply in that case as well ? |
Yes it does |
If you log on so you are then using your own tenant - does it still use it's own application registration to authenticate and authorize requests on your behalf ? |
@terryclancy yes |
Using definitions at https://learn.microsoft.com/en-us/graph/auth/auth-concepts , when you use MS Graph Explorer without logging on, is it using App Only Access ? And then after you log on does it use Delegated Access? or App Only Access ? Also it is not working for me as you describe ? If I log on to my tenant and try a Threat Intelligence API call like https://graph.microsoft.com/v1.0/security/threatIntelligence/vulnerabilities/CVE-2021-44228 it works fine. But without logging on it fails with this error: Thanks very much for your ongoing help with this Terry Clancy |
Hey @terryclancy , As for the failed request, the sample tenant can only query data for common Microsoft services in a controlled environment, like users, groups, and other directory resources. This is because it has a limited set of permissions consented, which are used to demonstrate basic API functionality. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Is your feature request related to a problem? Please describe.
No way to use my own tenant ?
Describe the solution you'd like
When using MS Graph Explorer at https://developer.microsoft.com/en-us/graph/graph-explorer does it always use a sample tenant with a sample registered app and secret ? Even if you log on ? Is it is possible to use your own tenant ? If so then I assume you would need to provide client ID, client secret, tenant ID etc as described at https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http, but I see no where in the UI to provide these parameters ?
Please answer questions above and if this remains an issue then it would be good to be able to use with my own tenant, App ID and App Secret.
Describe alternatives you've considered
Insomnia
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: