Azure Authentication Web App - Angular

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • This video describes in detail the authentication on an angular application using azue active directory and use that token to access a secure web application hosted on azure code link github.com/meg...

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

  • @liuduan9809
    @liuduan9809 12 дней назад

    The Microsoft.AspNetCore.Authentication.AzureAD.UI package (at 6:30 of this video) is now considered obsolete. The recommended replacement is the Microsoft.Identity.Web package (2024-9). Are you able to make a new video with new package, so we can follow your steps. Thank you so much.

  • @michaelvaldez2111
    @michaelvaldez2111 Год назад

    Your voice is beautiful, that's what made me pay attention🥰

  • @tobiasw.135
    @tobiasw.135 4 месяца назад

    Hi, is it possible to allow access to my web app from two different tenants?

  • @AboliGatane
    @AboliGatane 6 месяцев назад

    I am not ablet to download code from git hub. Will you please guide me for download code?

  • @ShailendraKumar-s8o
    @ShailendraKumar-s8o Год назад

    Hi I'm getting error (ERROR Error: ASSERTION ERROR: Type passed in is not ComponentType, it does not have 'ɵcmp' property.
    at throwError (core.js:314:1)) when use [Authorize] in api
    Please any one can suggest.

  • @ganeshrajk8241
    @ganeshrajk8241 Год назад

    Hey, I'm getting ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of null (reading 'interactionType')
    TypeError: Cannot read properties of null (reading 'interactionType') error

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

    Thanks for the video, very helpful

  • @159binny
    @159binny Год назад

    I am stuck with this error "Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API." Can you help me with the same. I'm also trying to achieve a similar login functionality as you showed.

  • @suvendujena4014
    @suvendujena4014 Год назад

    Hi. Beneficial video... I have one problem with this, my current user has more than 6 groups assigned in an Azure application and I am trying to do group based login . For these I am unable to get user groups in my JWT token instead it's giving me hasGroup as true not all group names under the user. Can you please help ... thanks

  • @dancristian3673
    @dancristian3673 Год назад

    thanks for sahring. if i want to auth users in front end in first use when point to angular page instead of having to wait users to point to backend . can it be posible ?

  • @amanakash893
    @amanakash893 Год назад

    Kindly use a mike

  • @anands9541
    @anands9541 Год назад

    Thanks a lot, its very simple and easy to understand.

  • @jayakumar2927
    @jayakumar2927 8 месяцев назад +1

    Your code not update one. It is not working properly . It is working code? Please update proper code . IT IS NOT USEFUL.

  • @bhupathiraju7446
    @bhupathiraju7446 Год назад

    thanks a lot

  • @gauravrawat24
    @gauravrawat24 2 года назад

    where is the code..could u plz provide. it will be very helpful..

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      added in description box, sorry for the late response

  • @tanusrivastava3064
    @tanusrivastava3064 2 года назад

    can you please provide this code its not in description

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      added in description box, sorry for the late response

  • @tanusrivastava3064
    @tanusrivastava3064 2 года назад +1

    Thank you

    • @dhanashrikarale454
      @dhanashrikarale454 2 года назад

      If you got the link can you share with me

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      @@dhanashrikarale454 added in description box, sorry for the late response

  • @pawanmodgil6402
    @pawanmodgil6402 2 года назад

    Thanks a Ton, There is no as such video on youtube a part from this ,which demonstrate step by step authentication between SPA and WebApi as simple is yours. Really appreciate your efforts.

    • @shobhitwalia1
      @shobhitwalia1  2 года назад

      If you like it please subscribe our channel

    • @sudhirjaiswal41
      @sudhirjaiswal41 Год назад

      @@shobhitwalia1 hey i subscribed the channel ...... but could you please provide the code .... instructor said that she will provide the code.

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      @@sudhirjaiswal41 added in description box, sorry for the late response

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      @@shobhitwalia1 Your code not update one. It is not working properly . It is working code? Please update proper code . IT IS NOT USEFUL.

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      @@shobhitwalia1 Your code not update one. It is not working properly . It is working code? Please update proper code . IT IS NOT USEFUL.

  • @dhanashrikarale454
    @dhanashrikarale454 2 года назад

    can you please post the github link?

    • @shobhitwalia1
      @shobhitwalia1  2 года назад

      github.com/megha18walia/AuthenticationDemo

    • @colombuzz8550
      @colombuzz8550 Год назад

      @@shobhitwalia1 msal.service.ts files are missing, is not same as the one shown in the video. 🙃

    • @colombuzz8550
      @colombuzz8550 Год назад

      Where can I find?? I don't need heart. 😅Jk

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      @@colombuzz8550 you can run npm install and they will be there

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      @@shobhitwalia1 Your code not update one. It is not working properly . It is working code? Please update proper code . IT IS NOT USEFUL.

  • @NavalSayari
    @NavalSayari Год назад

    thanks

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      You're welcome! Please subscribe if you like it

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      NOT WORKING YOUR CODE

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

    How to authenticated for login users?

  • @sanjakuleric7414
    @sanjakuleric7414 2 года назад

    Hey, could you please post the link to the aplication? :-) Because you can't see all the code in the video :/

    • @sanjakuleric7414
      @sanjakuleric7414 2 года назад

      Hello, can you please post the github link or something? It would really help me out!

    • @shobhitwalia1
      @shobhitwalia1  Год назад

      @@sanjakuleric7414 added in description box, sorry for the late response

  • @jayakumar2927
    @jayakumar2927 8 месяцев назад

    6:29 / 15:39 code missing

    • @jayakumar2927
      @jayakumar2927 8 месяцев назад

      Your code not update one. It is not working properly . It is working code? Please update proper code . IT IS NOT USEFUL.