Asp.Net Core Web App with Azure Graph Api Integration - Get All Users Information

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

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

  • @mylescardiff6941
    @mylescardiff6941 2 года назад +6

    I think this is the only tutorial video on the internet that explains Application Level authorization correctly without using delegation. Thank you!!!

  • @rajatguptaofficial834
    @rajatguptaofficial834 2 года назад +2

    Thanks for this,
    Really its very helpful for me, Thanks a lot

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

      Thanks for letting me know. Please subscribe to the channel if you have not subscribed yet. Also share my channel to your collogues as a token of appreciation please :-)

  • @nageshajab1
    @nageshajab1 2 месяца назад

    nice video, thanks

  • @jaimeandreszamoranoperez
    @jaimeandreszamoranoperez 2 года назад +2

    muy bueno me sirvió mucho

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

      I don`t know much Spanish. Is it, `Very good, I liked it a lot`?

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

    nice... thanks! you save my life!!!

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

      Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.

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

    Nice vid. Just one question, how to get access to the remain information, i mean eh: mailNickname? All their values are null. Thank you!

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

      Please check if the values are set in Azure AD or not. Please subscribe to the channel if you have not already subscribed.. thanks.

    • @shmatko.bohdan
      @shmatko.bohdan 2 года назад

      public async Task IndexAsync()
      {
      ...
      var users= await graphServiceClient.Users
      .Request()
      .GetAsync();
      }
      My question is how do we fetch this collection to render on the page (in the table / dl)

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

    Hi, thank you for this video. Can you please show how to get the password configuration in Azure AD?

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

      Do you want to use Delegated Permissions.. i.e. you want to access Graph API as a user. If Yes - here is the video - ruclips.net/video/hBGUg1TagPE/видео.html
      Please subscribe to the channel if you have not subscribed yet. Thank you.

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

    Hello
    For sharepoint, How Can I get sitecollection in users. ?

  • @rvaryan1679
    @rvaryan1679 Год назад

    I am passing web proxy to the request.. it is working on local when I run it, but on deploying it is saying no host found.. my proxy is not being set in net 6.0 on deployment. Any suggestions?

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

    Hi Thank you for your info , While i am trying the same code and process , but i am getting the error "One or more errors occurred. (Code: generalException
    Message: An error occurred sending the request.
    )" Please advise.

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

      This should be an issue occurring at the client side. Where it actually giving you the error? Is it in the controller when you are making request to graph api or before itself?

  • @joseantoniosanchesgarcia9220
    @joseantoniosanchesgarcia9220 Год назад

    hello bro, do you have a tutorial of how to use microsoft graph api to get onedrive o sharepoint files without using the same level of authentications that you show here?

    • @azureteachnet
      @azureteachnet  Год назад

      I am sorry. At present our channel does not have such a video. Thanks.

  • @44inraman
    @44inraman 2 года назад +1

    Hi, how can we hide consent when calling api from angular app as its inconvinient for users visiting site.

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

      I dont think it is possible. It shows the user about the personal data that app uses. It shows only once when the app is calling the app for the first time.

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

    Hi Sir,
    i need to do SSO azure Ad authentication with .Net core Web api
    if you have any refence can you help me
    i 'm struggling from last one week i am not getting anything
    Thanks for advance

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

      please check, if these help - ruclips.net/video/5lRbtDSyjjs/видео.html
      This has angular front end + azure ad integration with web api + azure ad - ruclips.net/video/98T1CumHofI/видео.html

  • @maliktouqiranwar4285
    @maliktouqiranwar4285 Год назад

    Thanks for this.. how I can connect you?

    • @azureteachnet
      @azureteachnet  Год назад

      Glad it helped. you can reach me out on this facebook group- facebook.com/groups/203337538580278

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

    Hii sir can u please upload vedio for .Net core Web Api connect with AD get user information using Graph APi

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

      Here you go. These videos can help you. Please subscribe to the channel and also share my channel with your friends. Thank you.
      ruclips.net/p/PLW6IC4y81fVucShJzKVKA5YOwO1H6R2kz

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

    Can you Do Microsoft graph particularly intergrating ASP.net and Microsoft teams

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

      sure

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

      @@azureteachnet Please we need it asap

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

      how to create team archive team add members please

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

      @@MrSafiii Sorry. I forgot your comment. We can do many things as part of the integration. What is your exact requirement. Are you trying to give an option to user to setup Teams meeting from Asp.net or anything else?

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

      @@azureteachnet i want to be able to create a team modify or archive add users to it
      List teams ..

  • @viveksingh-pv3cf
    @viveksingh-pv3cf 5 месяцев назад

    How to get all user list Display Name in Azure active directory.

    • @azureteachnet
      @azureteachnet  5 месяцев назад

      Please mention displayName in select list while calling graph api

  • @jayakumar2927
    @jayakumar2927 8 месяцев назад

    Can you share Github url

    • @azureteachnet
      @azureteachnet  8 месяцев назад

      This video was created long back and it was not added to github. Thanks.

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

    Help me