API Authentication with OAuth using Azure AD

Пікірлер: 54

  • @jshriram6
    @jshriram610 ай бұрын

    I spent close to 4 days looking for a good demo on client + API registration and usage. This video saved me finally! Thanks a lot. It's amazing how many talentless people upload tech videos these days.

  • @nagbalkur1365
    @nagbalkur13652 жыл бұрын

    One of the best presentations I've ever heard in a short duration. Outstanding. hope more such videos will be made.

  • @wayneschroder6643
    @wayneschroder66432 жыл бұрын

    Excellent talk! Succinctly hit on the core points, showing exactly how to implement the security setup. Thank you!

  • @o_nana4637
    @o_nana46379 ай бұрын

    This video tutorial was so good. Got clear understanding of how app registrations work and most importantly how resource side integration with AAD works. Essentially AAD is a middle trusted entity that both client and resource registers, and then we introduce the concept of roles to better manage permissions, which would have been a hassle otherwise as we'd have to assign and validate permissions from resource code side for each client on a case to case basis.

  • @tymofiidmytrenko3418
    @tymofiidmytrenko341811 ай бұрын

    Great explanation. Concise, straight to the point, clear. I was confused a bit after reading Zscaler's guide to OAuth2.0 setup and this video put everything in order. Thank you.

  • @sumitdas8731
    @sumitdas8731 Жыл бұрын

    One of the best presentation so far I have learnt OAuth and utilisation in APIM. Thank you !!

  • @SlamSector
    @SlamSectorАй бұрын

    You're a life saver. I spend an insane amount of time on this.

  • @amarantes2001
    @amarantes20012 жыл бұрын

    Excellent, core points well explained with no workarounds. Thanks for the tutorial

  • @horariojoselo7178
    @horariojoselo71782 жыл бұрын

    Thank you very much for this tutorial gentlemen!

  • @morelias
    @morelias Жыл бұрын

    Thanks for sharing this resource, I am implementing this in a new system and it helps me a lot!

  • @gopikrishnag41
    @gopikrishnag412 жыл бұрын

    Excellent demo & thanks a lot🙏

  • @octaviansirbu1192
    @octaviansirbu11923 ай бұрын

    Honestly really great presentation. I almost feel a bit bad because it looks like people didn't have any questions and looks like they were a bit disengaged from the presentation because of that, but maybe that's not the case and they were paying attention in the call. Either way I just wanted to say thanks, your presentation was incredible, exactly what I needed for my use case. The only thing that I'd say is I wish you showed the Graph Explorer right after assigning the role when you said there's multiple ways of doing this. Because when I heard I need that consent to move forward I stopped, looked for the admin, sent a bunch of emails, waited a couple days to get the access, and then I continued the video and found out it was possible to do it by myself using the Graph Explorer. That would be the only thing that I'd change, I'd just put that right after that manual role assignment so that people know right away that there is another way without waiting for admin approval and how to do it. But really great demo, loved it, keep up the good work!

  • @dineshghegade8716
    @dineshghegade8716 Жыл бұрын

    Excellent content and presentation too!! Thanks for shating

  • @sridharm508
    @sridharm5082 жыл бұрын

    My all doubts are clear.Thanks

  • @alanmangroo3656
    @alanmangroo3656 Жыл бұрын

    Great presentation. Very clear explanation.

  • @OCARBALO
    @OCARBALO Жыл бұрын

    Really good video! Thanks for sharing!

  • @yogitadesai1988
    @yogitadesai19882 жыл бұрын

    very helpful video Maulik...

  • @faithyintii8457
    @faithyintii8457 Жыл бұрын

    This a really good tutorial, thank you so much. !!!!

  • @rickyroh3600
    @rickyroh36002 жыл бұрын

    you saved my day. Thanks a lot.

  • @hiicharles
    @hiicharles Жыл бұрын

    Finally found the step to setup azure ad and step to get access token without the need to login.

  • @DeviGrace
    @DeviGrace2 жыл бұрын

    Great thanks for the Knowledge shared!!!!!

  • @ranjithn2827
    @ranjithn2827 Жыл бұрын

    Very helpful thank you.

  • @sberthu
    @sberthu2 жыл бұрын

    thank you very much for this video

  • @babakb2k8
    @babakb2k810 ай бұрын

    Awesome video!

  • @samuelgit
    @samuelgit2 жыл бұрын

    very interesting video. Do you have a video or sample with net core 5 web api and client? using the actual AD B2C?

  • @microsoftsoft3014
    @microsoftsoft30142 жыл бұрын

    Nice video, good explanation, I have a question, can I implement OAuth2 authorization with code flow to call an API from another API?

  • @Kunal4980
    @Kunal49802 жыл бұрын

    How to use Bearer Oauth using ADF pipeline ? I tried but not clear about how to do it...

  • @anandkumargmail
    @anandkumargmail2 жыл бұрын

    Thank you does this OAuth works for retrieving message traces?

  • @harshildoshi3299
    @harshildoshi32992 ай бұрын

    This was very helpful. Any idea on how to configure scopes when there are 2 App registrations involved? Should the scope of Consumer match the Resource?

  • @giliandal-pra2794
    @giliandal-pra2794 Жыл бұрын

    Sir, perfect explanation. Thank you!

  • @IamSandeepKmr
    @IamSandeepKmr2 жыл бұрын

    Where and how is a link specified between "Resource" app and your api? How api make use of role "FileUpload" so to allow uploading files and not other action (say download)?

  • @abuh.dahdah
    @abuh.dahdah2 жыл бұрын

    on the authentication tab, should we uncheck ID Tokens or Access Tokens?

  • @rajkumarreddy8795
    @rajkumarreddy87952 жыл бұрын

    Thanks

  • @sweet_time_with_coffee
    @sweet_time_with_coffee2 жыл бұрын

    Is any API is available for multi factor authentication ?

  • @VictorMo
    @VictorMo2 жыл бұрын

    is there a video for Authenticate an IMAP, POP or SMTP connection using OAuth

  • @RahulMagare-rn9jg
    @RahulMagare-rn9jgАй бұрын

    we are getting the bearer token in the response but its valid for the 1 hour so how we can make that token valid for 30 min only ?

  • @ashishamlani5676
    @ashishamlani5676 Жыл бұрын

    How would you refresh the token after it expires using a refresh token?

  • @TellaTrix
    @TellaTrix2 жыл бұрын

    How does MSAL fit into this client credential flow ?

  • @mainenterprise872
    @mainenterprise872 Жыл бұрын

    When I created a new app registration, there was no role option anymore. What would be the alternative step? As the second app registration can't select this role?

  • @niteshkhambe4144
    @niteshkhambe4144 Жыл бұрын

    Nice video.... A perfect explanation, this is what I was looking for. Hit the like button..... gonna share with my colleagues and also Channel Subscribed channel as i'm gonna need more such understanding related to Azure. Thank You!

  • @marian6040
    @marian6040 Жыл бұрын

    Wat a great explanation. Is there a way for me as a learner just starting to do this with a trial account?

  • @shubhamkumar_noob_cs-go_pl581
    @shubhamkumar_noob_cs-go_pl5818 ай бұрын

    in my client1 app while giving api permissions , nothing shows under apis column

  • @chaitanyasarjeraogomkar6452
    @chaitanyasarjeraogomkar6452 Жыл бұрын

    Sooo trueeee

  • @harshats1
    @harshats120 күн бұрын

    how to change "exp" jwt claim in azure entra ID

  • @user-tf8lw3vu1u
    @user-tf8lw3vu1u7 ай бұрын

    Excellent , very much userful , can u pls do the interospect of token with OIDC plugin

  • @pravinrastephen7059
    @pravinrastephen7059 Жыл бұрын

    Can someone help me with the source code/Implementation for this demo provided.

  • @kiyomiku
    @kiyomiku Жыл бұрын

    What if instead of using client secret, I want the users to log in to ad to abtain bearer token for their own credential?

  • @FeelTheWay
    @FeelTheWay Жыл бұрын

    Thanks but it seems incomplete to me. How to configure an API so that it is accessible only via the Role contained in the token ?

  • @sudhirkk007
    @sudhirkk007 Жыл бұрын

    Only half part was good like how you register api and role in azure ad. But did not explain how and what security config file u created file upload apps. How you integrated your file upload application to azure ad? What dependence you added for file upload apps. 🙃🙃

  • @jagdishnarayanan6365
    @jagdishnarayanan63657 ай бұрын

    Excellent. How to authenticate from SSis

  • @anuradhasapakale
    @anuradhasapakale2 жыл бұрын

    Can I have the code for reference?

  • @shahbinit
    @shahbinit8 ай бұрын

    How is the Java ValidateToken method called? When your API is called, how will ValidateToken method be called?

  • @vipuldawar88
    @vipuldawar88 Жыл бұрын

    How does work with MSI

  • @AdrianVrabie
    @AdrianVrabie Жыл бұрын

    this doesn't work anymore: Specified tenant identifier is neither a valid DNS name, nor a valid external domain. Edit: instead of common in the oauth2 url, replace common by your Client1 Directory (tenant) ID 20b3c169-a473-44f3-bdb8-483d978ba462