How to get an access token to call Azure Graph Api with Postman

Поділитися
Вставка

КОМЕНТАРІ • 53

  • @chrisharper5186
    @chrisharper5186 Рік тому +1

    Thanks for doing this. The MS docs were vague at best and this helped me get Insomnia getting an Access Token

  • @1979benmitchell
    @1979benmitchell Рік тому

    I'm just starting to learn Postman and I have to say these videos are GREAT for beginners.

  • @hiteshdev8251
    @hiteshdev8251 3 роки тому

    a nice and clean explanation , scratching my head around MS documentation , MS should point this link their docs

  • @rady7
    @rady7 2 роки тому +1

    Thanks a lot, man! Way simpler than Microsoft docs.

  • @BarryBasmati
    @BarryBasmati 2 роки тому +1

    you saved my day ! Thank you soooooo much for posting this clear step-by-step

  • @TheBorjiskan5
    @TheBorjiskan5 2 роки тому

    Thanks for the explanation. Very clear and easy to understand.

  • @vxmine
    @vxmine 2 роки тому

    Good tutorial Oz. Really helped me fix some issues I had.

  • @ChopLabalagun
    @ChopLabalagun 2 роки тому +1

    finally a simple explanation, thank you :)

  • @Vanes4000
    @Vanes4000 Рік тому

    Thank you very much, it was really helpful!

  • @SpencerDavis2000
    @SpencerDavis2000 3 роки тому +3

    Great simple tutorial to explain something rather complex. Other tutorials can be confusing. Yours was explained very simple. thanks :-)

  • @aytech6867
    @aytech6867 Рік тому

    Dear here what do they mean by no environment at the top right in the postman? We shouldn't use it?

  • @abdulbasithshaik3614
    @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!

  • @praveenkumar-pt1xg
    @praveenkumar-pt1xg 2 роки тому

    Thanks a lot . You saved my time.👏👏

  • @alanhowatt5259
    @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.

  • @larsness71
    @larsness71 7 місяців тому

    Great video! Thank you :)

  • @siddhuphp2019
    @siddhuphp2019 2 роки тому

    Thank you very much!!!!!! I appreciate your hard work... I subscribed

  • @ErwinAarnoudse
    @ErwinAarnoudse 2 роки тому

    Nice video and perfect explanation.

  • @babuadik9741
    @babuadik9741 5 місяців тому

    Can we get the access token without providing the client secret?

  • @AlphaCoder-p7n
    @AlphaCoder-p7n Рік тому

    How to call the azured AD secured APi from SharePoint online using spfx react please explain

  • @getright20
    @getright20 Рік тому

    Much thanks man for the video!

  • @Nachibros
    @Nachibros 2 роки тому

    Is there any way we can get refresh token via Powershell instead of postman?

  • @bobby9424
    @bobby9424 Рік тому

    can you make a video on using the token for HTTP Get Requests? thanks

  • @juantiru4732
    @juantiru4732 2 роки тому

    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

    • @ozappbuilder9412
      @ozappbuilder9412  2 роки тому

      Thanks for your comment. JWT token scopes specifies what your access is so you can control that in Azure App Reg -> API Permission.

  • @bartvandijk8258
    @bartvandijk8258 2 роки тому

    Great and simple video

  • @redzukitv807
    @redzukitv807 2 роки тому

    Great tutorial. Do you also have a tutorial on how to set up onedrive authentication on Custom Request by Zapier?

  • @xdasdaasdasd4787
    @xdasdaasdasd4787 2 роки тому

    How can we now check emails?

  • @kyungcheolkoh4517
    @kyungcheolkoh4517 8 місяців тому

    This is the only thing that wors for me.

  • @AshishMathur-yu6ru
    @AshishMathur-yu6ru 2 роки тому

    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.

  • @satancros
    @satancros 2 роки тому

    can I use this token to send a message to the Microsoft team?

    • @ozappbuilder9412
      @ozappbuilder9412  2 роки тому

      I am not sure. Check out Mic Teams documentation please.

  • @pratikt007
    @pratikt007 2 роки тому

    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

    • @ozappbuilder9412
      @ozappbuilder9412  2 роки тому

      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

  • @sakthivele9985
    @sakthivele9985 2 роки тому

    Can post Header details

  • @sridevibathula64
    @sridevibathula64 2 роки тому

    Nice 👍

  • @henriquebrandao3167
    @henriquebrandao3167 2 роки тому

    Thanks!!!!

  • @najlaas225
    @najlaas225 2 роки тому

    thanks