We have posted a script for client credential flow in our public community. The process of requesting access to graph will remain same. Once you have the access then you can use the scripting skills to get more efficient results.
I have followed all the steps as mentioned and trying to access /me/events and I'm getting this error message - /me request is only valid with delegated authentication flow Can you pls help on this
Thank your very much. I have a question. What if the Application permissions does not offer the same permissions that can be found in Delegated permissions? For example. AppCatalog.ReadWrite.All cannot be found under Application permissions whreas the same can be found under Delegated permissions. That means I'm not able to generate an authorization token without user interaction?
When you access user details, the user has to be part of that tenant right? is it possible to access the details of any valid Microsoft user using client credentials?
I already have an application registered with delegated permission. Should I just add this application permission in the same app registered. Or register a new app for it?
When you say message, are you referring to mails or chat message. Anyways you can access both the set of information provided you app has the privilege to read the data.
These tutorials are absolutely gold.
Thank you very much! This video is exactly what I was looking for! It's very clear - much more so than the available documentation!
Glad it was helpful!
works great! excellent better than any other official documentations
Excellent...! We will very happy if you create video to use MS-Graph with Powershell.
We have posted a script for client credential flow in our public community. The process of requesting access to graph will remain same. Once you have the access then you can use the scripting skills to get more efficient results.
Thanks man, helped a lot :D
Congratulation for your video. it helped me a lot!
Glad it helped!
Using the client credential flow token can i generate refresh token
I have followed all the steps as mentioned and trying to access /me/events and I'm getting this error message - /me request is only valid with delegated authentication flow
Can you pls help on this
Love your UA-cam channel.
Is there a way to enable cusom data in the grant flow?
Thank your very much. I have a question. What if the Application permissions does not offer the same permissions that can be found in Delegated permissions? For example. AppCatalog.ReadWrite.All cannot be found under Application permissions whreas the same can be found under Delegated permissions. That means I'm not able to generate an authorization token without user interaction?
Yes, you are right.
Amazing
Thanks
When you access user details, the user has to be part of that tenant right? is it possible to access the details of any valid Microsoft user using client credentials?
No that's not possible, as you register your app in a specific tenant with the required permissions.
I already have an application registered with delegated permission. Should I just add this application permission in the same app registered. Or register a new app for it?
You can use same applicaiton.
Excellent
Can i access users message
When you say message, are you referring to mails or chat message.
Anyways you can access both the set of information provided you app has the privilege to read the data.
@@ConceptsWork can you make a video on that how to do so please
I have already started Graph Series, and by this weekend I will post quering specific api for specific services.