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

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 13

  • @pcmaniakkk
    @pcmaniakkk 3 месяца назад +1

    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  3 месяца назад

      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 6 месяцев назад

    Please make a video on federated crentaial in azure

  • @bandasanthosh
    @bandasanthosh 5 месяцев назад

    How do we get logged in user email using this method

    • @azureteachnet
      @azureteachnet  4 месяца назад

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

    • @bandasanthosh
      @bandasanthosh 4 месяца назад

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

    • @azureteachnet
      @azureteachnet  4 месяца назад

      @@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 4 месяца назад

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

    • @azureteachnet
      @azureteachnet  4 месяца назад

      @@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.
      ruclips.net/video/jv_vi1G6eGA/видео.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 9 месяцев назад

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

    • @sandeshpekamwar
      @sandeshpekamwar 9 месяцев назад

      Along with graph
      How to contact u

    • @azureteachnet
      @azureteachnet  9 месяцев назад +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.