Oauth 2.0 Authorization Code Flow | Microsoft Graph

Ғылым және технология

#Oauth2.0 #AuthorizationCodeFlow
What is Oauth2.0 Authorization code Flow?
Microsoft Graph
Azure AD Access Token
Postman Application
Oauth playlist - • Oauth 2.0
SAAS - • SAAS application with ...
Microsoft Article - docs.microsoft.com/en-us/azur...
Regards,
ConceptsWork

Пікірлер: 63

  • @AbhishekMishra-vr7or
    @AbhishekMishra-vr7or3 жыл бұрын

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

  • @AshutoshMohanty07
    @AshutoshMohanty073 жыл бұрын

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

  • @sathyanarayanandhanuskodi1734
    @sathyanarayanandhanuskodi17342 жыл бұрын

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

  • @sc8916
    @sc89163 жыл бұрын

    Very useful information and demo!

  • @MuhammadFarhan-tg3pd
    @MuhammadFarhan-tg3pd10 ай бұрын

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

  • @ConceptsWork

    @ConceptsWork

    10 ай бұрын

    Glad you like them!

  • @buskinglankans
    @buskinglankans4 жыл бұрын

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

  • @user-pp6tv9jh6g
    @user-pp6tv9jh6g3 жыл бұрын

    thank you! you are the best!

  • @ConceptsWork

    @ConceptsWork

    3 жыл бұрын

    Glad it helped!

  • @user-ru8kw9bs3h
    @user-ru8kw9bs3h Жыл бұрын

    I like so much you videos!!!

  • @acavaelnick
    @acavaelnick2 жыл бұрын

    Really useful, thanks

  • @ConceptsWork

    @ConceptsWork

    2 жыл бұрын

    Glad to hear that!

  • @lennypuente5926
    @lennypuente59262 жыл бұрын

    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?

  • @jithinksunil7025
    @jithinksunil70252 ай бұрын

    Nice explanation

  • @mikecmw8492
    @mikecmw84923 жыл бұрын

    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?

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

  • @bipinptkr12
    @bipinptkr123 жыл бұрын

    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

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

    Awesome

  • @rathnapallikrishnapraksh9908
    @rathnapallikrishnapraksh99084 жыл бұрын

    How this is able to identify against replay detection?

  • @jerrysabbagh1499
    @jerrysabbagh14992 жыл бұрын

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

  • @jerrysabbagh1499
    @jerrysabbagh14993 жыл бұрын

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

  • @user-en1gh2mb4e
    @user-en1gh2mb4e2 жыл бұрын

    thanks

  • @ABANIME670
    @ABANIME6703 жыл бұрын

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

  • @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
    @bulujena43024 жыл бұрын

    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 жыл бұрын

    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
    @vijayuttekar21083 жыл бұрын

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

  • @somyaindrakanti327
    @somyaindrakanti3273 жыл бұрын

    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

    3 жыл бұрын

    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.

  • @HardikVadariya
    @HardikVadariya4 жыл бұрын

    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

  • @kartikparmar8459
    @kartikparmar84593 жыл бұрын

    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
    @manasbeura94063 жыл бұрын

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

  • @ConceptsWork

    @ConceptsWork

    3 жыл бұрын

    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

    3 жыл бұрын

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

  • @ConceptsWork

    @ConceptsWork

    3 жыл бұрын

    May I know the purpose behind mentioning null ?

  • @itsdd9873
    @itsdd98734 жыл бұрын

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

  • @ConceptsWork

    @ConceptsWork

    4 жыл бұрын

    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 жыл бұрын

    @@ConceptsWork Thanks much clear now.

  • @dimitrisbellos01
    @dimitrisbellos013 жыл бұрын

    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

  • @oluwatobioyewole1501
    @oluwatobioyewole15012 жыл бұрын

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

  • @ConceptsWork

    @ConceptsWork

    2 жыл бұрын

    Please check the video of client credential flow.

  • @sprasadgr
    @sprasadgr3 жыл бұрын

    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?

  • @adhinarayana9954
    @adhinarayana99543 жыл бұрын

    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 жыл бұрын

    @@ConceptsWork Azure Active Directory monitoring section can you explain

  • @syedimran7586
    @syedimran75863 жыл бұрын

    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-br7pw2 жыл бұрын

    what is this CLIENT_ID?

  • @lennypuente5926

    @lennypuente5926

    2 жыл бұрын

    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

    2 жыл бұрын

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

  • @techiesahal8384
    @techiesahal83842 жыл бұрын

    kzread.info/dash/bejne/c6qCxZOpYqvfp6w.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.

Келесі