Azure AD Authentication Secured API | Test Using Postman

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

КОМЕНТАРІ •

  • @alexanderrandolph483
    @alexanderrandolph483 3 роки тому +7

    This was a good video to watch after reading all those MSDN documents, Thanks.

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

    I have been stuck for days trying to secure an API with Azure AD and the documentation out on the internet is HORRIBLE regarding this topic. This video was the single easiest, most straight forward explanation I have found. Thank you very much for recording this.

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

    I was not able to do the API test, but after doing the step by step according to your video I managed. Thanks!

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

    Thank you for providing an excellent and clear explanation! Your explanation was thorough, easy to understand, and it covered all the important points. It's evident that you have a deep understanding of the topic and are able to articulate it effectively. Your clarity and attention to detail make it much easier for others to grasp the concepts you're explaining. Well done!

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

    Good video. Short and descriptive .

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

    Just the exact steps I have been looking for Thank you. My specific scenario is a server to server call which means that calling client server should not get the Microsoft credentials popup screen. It should just return with Unauthorized.

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

    Good job! Very simple and easy to follow!

  • @Ks-oj6tc
    @Ks-oj6tc Рік тому

    Very good information.

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

    Good Job! I was following your tutorial step by step and it worked like a charm. Very simple and easy to follow, thank you!

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

    Very good explanation

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

    Very nice. Thank you!

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

    Thank you for sharing!

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

    Thanks Man. You saved my life..

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

    thank you its helpful

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

    Thanks, very helpful

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

    Good one.... to the point

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

    What I'm looking for is exactly delivered by you. Thanks sir. By the way, can u also show how does we handle token generation and redirection in fronted so that it should behave like SSO without even asking for credentials once we login into the laptop, it should use those

  • @rashmihiremath4085
    @rashmihiremath4085 3 роки тому +2

    Hi,
    It is asking for Microsoft credentials and user consent on calling access token api.
    Is there a way to avoid this as I would be calling the access token api from Java code.
    Also, let's suppose if the application calling this api is on-premise, then the client app should be created on client's subscription right ?

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

      Hello - do you have the solution to your question? I need to call my API via Java as well and I don't want any popups to happen and ask for microsoft login window. Thanks.

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

    Nice video!

  • @nejcbrelih-wasowski6281
    @nejcbrelih-wasowski6281 3 роки тому +1

    Nice video! However, is there a particular reason to still use the implicit flow instead of authorization code?

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

      Hi Nejc, Thanks for your comment.
      Please check this page for the explanation. I created this video to show how to setup the Azure AD application and test it using Postman. It's not to advocate a particular approach.

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

    What does it mean if you couldn’t connect to the backend api even with the access token from the postman?

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

    how did you create solution? please provide details what is magic in solution?

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

    This was a good video. Is there a way we can pass the username and password (in some sort of json file or any other way) so that the screen for authentication doesn't pop-up. The reason i ask for this is i need to merge the api call in my code base please.

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

      Hello - do you have the solution to your question? I need to call my API via Java as well and I don't want any popups to happen and ask for microsoft login window. Thanks.

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

    If I add multiple scopes in host app and give permissions to those scopes in client app and then if I request the token with specific scope still it returns all the scopes in token instead of specific scope which is requested while generating token. Please let me know what can be possible fix.

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

      Hi Pinkesh,
      In case of multiple scopes, if you ask for any scope and you approve it then it will always returned even if you have not asked for it. Eventually once you have approved all the scopes token will contain all the scopes.
      Let's suppose you have two scopes ScopeA and ScopeB. If in the first token you have only ask for ScopeA then token would contain only ScopeA. In the next request if you ask for ScopeB then you will get both the scopes. So it works incrementally. I hope it will answer your query.
      Thanks

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

    thank you

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

    good

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

    Thank you my friend I was missing BEARER word in front of token, spent hours debugging

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

    I am stuck at a point where my client app is successfully integrated with azure ad and I couldn’t do the same with the backend. Could you please help me with that ?

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

      Hi Bindu, Please let me know the error details.
      Thanks.

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

    Hi , i did all the steps as you did but I'm getting this error , I don't know if you can help
    We're unable to complete your request
    invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.

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

      Hi Tech Dev Sleep ,Please check the *Redirect URIs* in Azure AD App registration for Gherkin.Catalogue.PostmanClient and Postman environment's *callbackUrl* variable value. It should be exactly the same. In the video, it is getpostman.com/oauth2/callbackurl copy paste this url in both places to make sure they are same. It should resolve the issue. Please let me know if you still have problem.

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