Thanks for doing this. The MS docs were vague at best and this helped me get Insomnia getting an Access Token
@1979benmitchell Жыл бұрын
I'm just starting to learn Postman and I have to say these videos are GREAT for beginners.
@hiteshdev82513 жыл бұрын
a nice and clean explanation , scratching my head around MS documentation , MS should point this link their docs
@ozappbuilder94123 жыл бұрын
Wow, thank you!
@BarryBasmati2 жыл бұрын
you saved my day ! Thank you soooooo much for posting this clear step-by-step
@ozappbuilder94122 жыл бұрын
Glad it helped!
@rady72 жыл бұрын
Thanks a lot, man! Way simpler than Microsoft docs.
@ozappbuilder94122 жыл бұрын
Glad it helped!
@TheBorjiskan52 жыл бұрын
Thanks for the explanation. Very clear and easy to understand.
@vxmine2 жыл бұрын
Good tutorial Oz. Really helped me fix some issues I had.
@ozappbuilder94122 жыл бұрын
Glad it helped
@ChopLabalagun3 жыл бұрын
finally a simple explanation, thank you :)
@ozappbuilder94123 жыл бұрын
Glad it helped!
@abdulbasithshaik3614 Жыл бұрын
Thank you so much, It helped me understand the concept. Can you please clear my doubt that If I wanted to access the Azure Devops PAT Api , Should I follow the same process and replace the resource url with actual azure devops api ?It's throwing me an error. Guide me to correct this!
@SpencerDavis20003 жыл бұрын
Great simple tutorial to explain something rather complex. Other tutorials can be confusing. Yours was explained very simple. thanks :-)
@ozappbuilder94123 жыл бұрын
Glad it helped!
@alanhowatt5259 Жыл бұрын
Hi, would you have, or happen to know of another video on how to do this for a 3rd party access. IE I am wanting to log onto my cloud site FOO using access token from MS Identity service.
@Vanes4000 Жыл бұрын
Thank you very much, it was really helpful!
@aytech6867 Жыл бұрын
Dear here what do they mean by no environment at the top right in the postman? We shouldn't use it?
@siddhuphp20192 жыл бұрын
Thank you very much!!!!!! I appreciate your hard work... I subscribed
@ozappbuilder94122 жыл бұрын
Thank you too!
@bobby9424 Жыл бұрын
can you make a video on using the token for HTTP Get Requests? thanks
@praveenkumar-pt1xg2 жыл бұрын
Thanks a lot . You saved my time.👏👏
@ozappbuilder94122 жыл бұрын
Glad to hear that
@AlphaCoder-p7n Жыл бұрын
How to call the azured AD secured APi from SharePoint online using spfx react please explain
@ErwinAarnoudse2 жыл бұрын
Nice video and perfect explanation.
@ozappbuilder94122 жыл бұрын
Thank you!
@larsness719 ай бұрын
Great video! Thank you :)
@redzukitv8072 жыл бұрын
Great tutorial. Do you also have a tutorial on how to set up onedrive authentication on Custom Request by Zapier?
@ozappbuilder94122 жыл бұрын
No, sorry
@Nachibros2 жыл бұрын
Is there any way we can get refresh token via Powershell instead of postman?
@juantiru47323 жыл бұрын
Thanks for the great video. Isn’t the JWT generated specific to DemoApp client ID and using this token we can only retrieve information related to demoapp, why do you state using the token from the demo app, we can use graph api to create users or access policies etc. how does the one JWT grant access to all different activities? How does Graph API grant us the permission here
@ozappbuilder94123 жыл бұрын
Thanks for your comment. JWT token scopes specifies what your access is so you can control that in Azure App Reg -> API Permission.
@babuadik97417 ай бұрын
Can we get the access token without providing the client secret?
@getright20 Жыл бұрын
Much thanks man for the video!
@AshishMathur-yu6ru2 жыл бұрын
Great Video. Thanks a lot! I want to download file from SharePoint using graph apis. I want to use it in automation where there should be no user interaction. Only solutions I can find are the ones where the user is redirected to login page then the app is authorised to download. But I will be running this script in background where it will download and update a excel file in SharePoint. Please help.
@rupeshmore802 жыл бұрын
Did you tried using CSOM library
@xdasdaasdasd47872 жыл бұрын
How can we now check emails?
@bartvandijk82582 жыл бұрын
Great and simple video
@ozappbuilder94122 жыл бұрын
Thank you!
@pratikt0073 жыл бұрын
I create a token using your video but when I use that create an online meeting API it's given me an error /me request is only valid with delegated authentication flow. and I go to graph explorer and get that token and run the same API it's working fine why this happen i don't understand can help to what is problem with that
@ozappbuilder94123 жыл бұрын
The token specifies what your access is. for each graph api method, check the documentation and find the proper access setting (delegated, etc) then set them in Expose Api
@satancros2 жыл бұрын
can I use this token to send a message to the Microsoft team?
@ozappbuilder94122 жыл бұрын
I am not sure. Check out Mic Teams documentation please.