API Authentication with OAuth using Azure AD

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

КОМЕНТАРІ • 54

  • @jshriram6
    @jshriram6 Рік тому +3

    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.

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

    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
    @tymofiidmytrenko3418 Рік тому +1

    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.

  • @os23-n8g
    @os23-n8g 5 місяців тому

    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!

  • @nagbalkur1365
    @nagbalkur1365 2 роки тому +11

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

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

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

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

    My all doubts are clear.Thanks

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

    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. 🙃🙃

  • @RahulMagare-rn9jg
    @RahulMagare-rn9jg 3 місяці тому

    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 ?

  • @harshats1
    @harshats1 3 місяці тому

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

  • @jagdishnarayanan6365
    @jagdishnarayanan6365 10 місяців тому

    Excellent. How to authenticate from SSis

  • @harshildoshi3299
    @harshildoshi3299 5 місяців тому

    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?

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

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

  • @AshokYadav-n8n9h
    @AshokYadav-n8n9h 9 місяців тому

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

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

  • @wayneschroder6643
    @wayneschroder6643 2 роки тому +2

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

  • @shubhamkumar_noob_cs-go_pl581
    @shubhamkumar_noob_cs-go_pl581 11 місяців тому

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

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

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

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

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

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

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

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

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

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

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

    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)?

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

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

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

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

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

    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!

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

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

  • @SlamSector
    @SlamSector 4 місяці тому

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

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

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

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

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

  • @abuh.dahdah
    @abuh.dahdah 2 роки тому

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

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

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

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

    Excellent content and presentation too!! Thanks for shating

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

    Really good video! Thanks for sharing!

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

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

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

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

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

    Thank you does this OAuth works for retrieving message traces?

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

    How does work with MSI

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

    Is any API is available for multi factor authentication ?

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

    How does MSAL fit into this client credential flow ?

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

    thank you very much for this video

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

    Great presentation. Very clear explanation.

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

    Great thanks for the Knowledge shared!!!!!

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

    very helpful video Maulik...

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

    Very helpful thank you.

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

    Awesome video!

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

    Can I have the code for reference?

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

    Sooo trueeee

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

    Thank you very much for this tutorial gentlemen!

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

    you saved my day. Thanks a lot.

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

    Excellent demo & thanks a lot🙏

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

    Thanks

  • @giliandal-pra2794
    @giliandal-pra2794 Рік тому

    Sir, perfect explanation. Thank you!