How to Register your app with Azure AD | Microsoft Graph API OAuth 2.0 | Authentication | POSTMAN

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

КОМЕНТАРІ • 13

  • @chrisoneal5741
    @chrisoneal5741 Рік тому +2

    This was probably the 5th video I watched on the topic (including some by MS mvps) and it was the easiest to follow. Thanks for the time and effort you put into making this content accessible for a wide audience

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

    Thanks bhai you save the day. Lots of love

  • @AjmalSabith-x8l
    @AjmalSabith-x8l 5 місяців тому

    halo i want to implement it in out website for mail sending is that possible in angular

  • @raza-abbas37
    @raza-abbas37 Рік тому +1

    Sir how will we access OneDrive apis? Please reply me

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

    i got this error message "error":{"code":"OrganizationFromTenantGuidNotFound","message":"The tenant for tenant guid
    'xxxxxxxxxxxxxxxxxxxxxxxx' does not
    exist."
    can you explain why this happend to me?

    • @nauratsingh9165
      @nauratsingh9165 11 місяців тому

      I am also facing same issue with application authorization. As far as i researched i got to know that i will need an account having O365 license, am i on right path?

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

    I have created a personal outlook account and tried to login to azure portal to do app registration. However, the login was denied with error message, after checking with support got to know it due to the reason that i am using personal outlook account and not busines or work account. Azure portal access needs business or work account to be able to login. What should i as in individual do now to register my app which i want to do poc?

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

      Oh, we were not aware of this new changes. We had previously created account with personal Outlook account

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

      @@BEENUMLEARNING pls suggest if any work around is available in this scenario

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

    Very well explained. Can we have similar video for Azure App registration in which we are Sending email through Graph API but using Delegated Mail.Send api permission with Admin Consent 'NO'

  • @SanjogJain
    @SanjogJain 10 місяців тому +1

    From where is the first token get? I mean the token in first hit cannot be blank. It gives me error while clicking on generate Token
    Error : {"error":{"code":"InvalidAuthenticationToken","message":"Access token is empty.","innerError":{"date":"2024-01-18T12:32:31","request-id":"357de758-b8b4-4fc1-8605-623a542554de","client-request-id":"357de758-b8b4-4fc1-8605-623a542554de"}}}

    • @eswarprakash6630
      @eswarprakash6630 2 місяці тому

      Similar issue for me also @BEENUMLEARNING
      {
      "error": {
      "code": "InvalidAuthenticationToken",
      "message": "Access token is empty.",
      "innerError": {
      "date": "2024-09-17T13:00:29",
      "request-id": "eeb37f4e-c77c-42db-ad02-31a8a7502aab",
      "client-request-id": "eeb37f4e-c77c-42db-ad02-31a8a7502aab"
      }
      }
      }