Oauth 2.0 Client Credential Flow | Microsoft Graph

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 25

  • @JeevanBManoj
    @JeevanBManoj 3 роки тому +4

    These tutorials are absolutely gold.

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

    Thank you very much! This video is exactly what I was looking for! It's very clear - much more so than the available documentation!

  • @taylan3
    @taylan3 3 роки тому +1

    works great! excellent better than any other official documentations

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

    Thanks man, helped a lot :D

  • @LucasBastosFreire
    @LucasBastosFreire 3 роки тому +1

    Congratulation for your video. it helped me a lot!

  • @itsdd9873
    @itsdd9873 4 роки тому +1

    Excellent...! We will very happy if you create video to use MS-Graph with Powershell.

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      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.

  • @anilpaila9797
    @anilpaila9797 4 місяці тому

    Using the client credential flow token can i generate refresh token

  • @saeedredrose
    @saeedredrose 3 роки тому +1

    Amazing

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

    Love your UA-cam channel.
    Is there a way to enable cusom data in the grant flow?

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

    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

  • @kiranpeteru
    @kiranpeteru 4 роки тому

    Excellent

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

    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?

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

    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?

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

      No that's not possible, as you register your app in a specific tenant with the required permissions.

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

    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?

  • @shreyashitankar9363
    @shreyashitankar9363 4 роки тому +1

    Can i access users message

    • @ConceptsWork
      @ConceptsWork  4 роки тому +1

      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.

    • @shreyashitankar9363
      @shreyashitankar9363 4 роки тому

      @@ConceptsWork can you make a video on that how to do so please

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      I have already started Graph Series, and by this weekend I will post quering specific api for specific services.