Azure AD Authorization Code Flow With Proof Key For Code Exchange(PKCE) | Azure AD Authentication

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

КОМЕНТАРІ • 13

  • @pcmaniakkk
    @pcmaniakkk Місяць тому

    Why did you checked "implicit flow" and "hybrid flow"??? While you are implement pkce implemention for authorisation code flow, you shouldn't check these checkbox. Also it is mentioned above of the that options.

    • @azureteachnet
      @azureteachnet  Місяць тому

      Good catch. I usually check that implicit flow just to make my life easier while making the video. As I used to it, Un Intentionally checked that.

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

    Please make a video on federated crentaial in azure

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

    How do we get logged in user email using this method

    • @azureteachnet
      @azureteachnet  2 місяці тому

      you can decode the token. It will have the email in claims.

    • @bandasanthosh
      @bandasanthosh 2 місяці тому

      @@azureteachnet do you have any video on how to decode them or any other resource where I can refer to?

    • @azureteachnet
      @azureteachnet  2 місяці тому

      @@bandasanthosh do you mean the token?
      Token can be decoded using Base64. You can use http client to forward the token. There are many other ways present to achive that.

    • @bandasanthosh
      @bandasanthosh 2 місяці тому

      @@azureteachnet Sorry for asking multiple times.. do you have some reference guide for end to end process?

    • @azureteachnet
      @azureteachnet  2 місяці тому

      @@bandasanthosh still I did not understand what you are looking for. can you please elaborate your requirement?
      If you are looking for authentication and authorization, the channel have a playlist which has at least 10 videos. If you want to pass token from one api to other
      here is the video.
      ua-cam.com/video/jv_vi1G6eGA/v-deo.html
      if you use the same audience for both APIs, you can simply pass the token as is. To get the token in your API, you can Enable Token Aquisation or write your own middleware to get the token and pass it.

  • @sandeshpekamwar
    @sandeshpekamwar 7 місяців тому

    Pls create on multi tenant entra with angular and dotnet core api

    • @sandeshpekamwar
      @sandeshpekamwar 7 місяців тому

      Along with graph
      How to contact u

    • @azureteachnet
      @azureteachnet  7 місяців тому +1

      I have a plan to create these videos in next 1-3 months as lil busy.
      1. Web Api+Entra+Azure AD B2C
      2. Web Api+Multi Tenant Entra
      3. Angular for the same.
      Will update you. Thanks.