Oauth 2.0 Authorization Code Flow | Microsoft Graph

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

КОМЕНТАРІ • 63

  • @AbhishekMishra-vr7or
    @AbhishekMishra-vr7or 3 роки тому +3

    One of the best video in youtube for OAuth Authorization code flow test using Postman.

  • @MuhammadFarhan-tg3pd
    @MuhammadFarhan-tg3pd Рік тому +1

    Very Nice and Methodical explanation. Great work with all the videos!

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

    Thanks for the simplified understanding. Must recommendation for anyone developing oauth 2.0 supported logins!

  • @buskinglankans
    @buskinglankans 4 роки тому +2

    Good tips man. Please share more workflow related videos :)

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

    Man you really helped me. I am trying to do this for past 2 days

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

    Nice explanation

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

    Great video!
    Though I was wondering, I can't really figure out how to access the code that gets sent after step 3, where exactly is it saved and how can you use it for step 4?

  • @user-ru8kw9bs3h
    @user-ru8kw9bs3h Рік тому +1

    I like so much you videos!!!

  • @user-pp6tv9jh6g
    @user-pp6tv9jh6g 3 роки тому +1

    thank you! you are the best!

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

    I would like to how multitenant SSO work. How can i achieve it. How to get the help related.

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

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

  • @bipinptkr12
    @bipinptkr12 4 роки тому +1

    Thank for knowledge. I have to follow Authorization flow even I have the username and password in background but In my web application I don't want to show pop up of microsoft login. So how I can access token by passing username and password with itself in Authorization code request i.e. single call.only

  • @sc8916
    @sc8916 4 роки тому

    Very useful information and demo!

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

    Really useful, thanks

  • @itsdd9873
    @itsdd9873 4 роки тому +1

    Good Video, What is benefits to use postman instead of Microsoft Graph, ?

    • @ConceptsWork
      @ConceptsWork  4 роки тому +1

      Microsoft graph portal is used to access information directly once the access is approved, where postman is tool that you can access to test your applications privelages.
      For example if your app vendor contacts you for clientid and client secret and lets you know about the specifc permission they need, you can test your app(ClientID), privelage from POSTMAN before giving the details to your app vendor.

    • @itsdd9873
      @itsdd9873 4 роки тому +1

      @@ConceptsWork Thanks much clear now.

  • @somyaindrakanti327
    @somyaindrakanti327 4 роки тому +1

    Hey there the structured "POST request to token endpoint" has incorrect endpoint I guess. It has to be to token? Rather than authorize?? Please check and correct me if I am wrong

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      Thanks Somya, Much appreciated. Yes, you are absolutely right, at - 6:23 the text shown in the request should be at token endpoint, whereas while showing with postman at 11:33, it was in place.

  • @mikecmw8492
    @mikecmw8492 4 роки тому

    Hello Concepts ji, how can I get a token on behalf of a user if they are already logged into their machine? Meaning they are using an app that needs authentication and token to access the api. So I was told to just use the user's email but where would I put that in the flow to get a token for them?

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

    Step 4. shouldnt the endpoint end with Token instead of Authorize again?

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

    In Step 3, is that code sent as a redirect as to the client browser?

  • @rathnapallikrishnapraksh9908
    @rathnapallikrishnapraksh9908 4 роки тому

    How this is able to identify against replay detection?

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

    Awesome

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

    Is it possible to automate the login process via Microsoft? I mean can we skip the part to type in username and password ?

  • @bulujena4302
    @bulujena4302 4 роки тому

    Is the postman only restricted to test Authorization Code Flow or we can check other work flow as well.
    In your previous video you had mentioned Generic flow of Oauth, is that same as Authorization Code Flow.

    • @ConceptsWork
      @ConceptsWork  4 роки тому +1

      No, with postman you can check the other methods as well.
      We have posted client credential flow as well.

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

      Thanks Video, it is helpful. my first question is that the code for end point of token is the code from a property "Code" of a class "'Microsoft.Owin.Security.Notifications.AuthorizationCodeReceivedNotification" thanks Jean

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

    HI I want to Join concepts work , however transaction failed , could you please and confirm

  • @HardikVadariya
    @HardikVadariya 4 роки тому

    Thanks for the video!
    Can we do it in multi tenant? If I want to get Dynamics 365 data using Graph API, can I? If yes, then How?

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      Yes, you can implement his with multi-tenant applications.
      As of now there are very limited set of api's available, please check the link
      docs.microsoft.com/en-us/graph/dynamics-business-central-concept-overview

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

    Thanks for the video, is it possible to make a token request without having to sign in ?

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

      Please check the video of client credential flow.

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

    Can you please help with the complete PHP code for auth 2.0 Authorization Code Flow?

    • @MrMor-hx9hg
      @MrMor-hx9hg Рік тому

      Hi kartik, I need the same help now but no resources found on internet for php . Can you pls help me .
      Pls reply i need it in urgent.

  • @manasbeura9406
    @manasbeura9406 4 роки тому

    is rediect uri optional or mandatory ?? also can i implement this in oracle soa bpel??

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      Redirect URI is optional
      "" After completing its interaction with the resource owner, the
      authorization server directs the resource owner's user-agent back to
      the client. The authorization server redirects the user-agent to the
      client's redirection endpoint previously established with the
      authorization server during the client registration process or when
      making the authorization request.

    • @manasbeura9406
      @manasbeura9406 4 роки тому

      @@ConceptsWork can we give a null value in the redirect uri section while registering a new client ??

    • @ConceptsWork
      @ConceptsWork  4 роки тому

      May I know the purpose behind mentioning null ?

  • @user-en1gh2mb4e
    @user-en1gh2mb4e 3 роки тому

    thanks

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

    Hi, Have you made the video for Enterprise application, if yes kindly provide the link. Thank you!!!

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

      Yes I have

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

      @@ConceptsWork can you please provide the link?

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

    Man, I need to use HTTP request in microsoft flow. I have 403 Forbidden error. Can you show something specific, or not?

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

      please reach out to me at learnconceptswork@gmail.com

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

    Is this series cover total Azure AD?

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

      Most of the components, let me know if you can’t find something, will try to add

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

      @@ConceptsWork Azure Active Directory monitoring section can you explain

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

    how to get new token using refresh-token for grant_type=authorization_code

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

      You have to send post request to token endpoint, with the refresh token.

  • @Sharukhkhan-br7pw
    @Sharukhkhan-br7pw 3 роки тому

    what is this CLIENT_ID?

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

      The client id is the application id of your azure application that you can find in the azure portal in your application overview.

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

      Once you register the app, you will get Application (client) ID, Directory (tenant) ID

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

    ua-cam.com/video/AvNc1p2HywI/v-deo.html 6:25, is Authorize and Token endpoint the same, when i see for my tenant as you showed from azure portal i see those two are different. Thanks for your clarification. Good video.