Oauth 2.0 Client Credential Flow | Microsoft Graph

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025

Комментарии • 25

  • @JeevanBManoj
    @JeevanBManoj 4 года назад +4

    These tutorials are absolutely gold.

  • @DermotCarroll
    @DermotCarroll 4 года назад +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 4 года назад +1

    works great! excellent better than any other official documentations

  • @LucasBastosFreire
    @LucasBastosFreire 3 года назад +1

    Congratulation for your video. it helped me a lot!

  • @michasarzaa8518
    @michasarzaa8518 2 года назад +1

    Thanks man, helped a lot :D

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

  • @saeedredrose
    @saeedredrose 3 года назад +1

    Amazing

  • @kavyapuvvadi3518
    @kavyapuvvadi3518 2 года назад

    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

  • @yanivshalomhelp3579
    @yanivshalomhelp3579 3 года назад

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

  • @kiranpeteru
    @kiranpeteru 4 года назад

    Excellent

  • @dgroh
    @dgroh 4 года назад

    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.

  • @anilpaila9797
    @anilpaila9797 10 месяцев назад

    Using the client credential flow token can i generate refresh token

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