Deep dive on using MSAL.js to integrate Angular single-page applications with Azure AD - August 2022

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

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

  • @nmt494
    @nmt494 Год назад +2

    Thanks for sharing it. I have implemented the codes and it worked. But, I have a problem using tokens and sending a request to Web API. How can I authorize the token in web API?

  • @terjeber
    @terjeber 11 месяцев назад +1

    It would be REALLY helpful if anywhere in your video description you had provided a link that would point to the source code for your examples. Every single link in your description is to a generic page of walla-walla, and are completely pointless as related to this video. If you, for example, click on the unified sample gallery and search for any of the mentioned authors of this video, nothing relevant is found.
    BTW: This is a generic problem with all Microsoft documentation. The articles related to a topic tends to be way to generic and high level.

  • @bhoopalani7256
    @bhoopalani7256 Год назад +1

    Are there any reference on how to use MSAL for sign up? All I could see is sign in and signout

  • @dancristian3673
    @dancristian3673 7 месяцев назад

    this is for old angular non-standalone. it does not work in the day and age for developers. do you have a full demo to achieve the same on ANGULAR STANDALONE project? please paste the link here.

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

    Link to previous video - Using MSAL.js to integrate React Single-page applications with Azure Active Directory -
    ruclips.net/video/7oPSL5wWeS0/видео.html

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

    can you prepare a similar kind of video for Azure AD B2C?

  • @pravindongardive2961
    @pravindongardive2961 Год назад +1

    HI, Thank you for valuable video it's really help me. Could you please tell me if there any possibility to get refresh token for ID and Access token, Before expires the ID and Access token.

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

      Hii bro, did you got anything on this ?…actually I’m also facing a similar issue like once the token expires we are not able to login unless we clear the cache and history from the browser.
      Any solution you got bro ?
      Thanks in advance .

  • @EktaGupta-l9t
    @EktaGupta-l9t 9 месяцев назад

    Can it possible to take token in incognito mode of browser ?

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

    Thank you for such a nice video. It will help a lot !!!!!!

  • @Darbar-E-Khalsa-q1e
    @Darbar-E-Khalsa-q1e 9 месяцев назад

    How to capture userinfo to local database after signup or signin?

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

    Unable to perform routing after logging in and even on reload, it asks to sign in again, could you please help ? It's urgent.

  • @EktaGupta-l9t
    @EktaGupta-l9t 9 месяцев назад

    Why MSAL 3 not working in Incognito mode

  • @Lyuban93
    @Lyuban93 Год назад +1

    What if I have not a Single page application URIs, but Web, any differences/additions to be done ? I receive an error : Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type.

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

      hey did you found a fix for it by any chance?

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

    Where can I get this sample code project from?
    Links please?

  • @alexandrug.1232
    @alexandrug.1232 Год назад

    I really want to know your VS Code theme.

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

    Is there any way we can get the client id and tenant id from backend service and then use it in MSAL Factory instance . Please share if anyone has done that

  • @wongzeehoe8348
    @wongzeehoe8348 11 месяцев назад

    Why stop them from continue TT

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

    Fantastic video, thanks! The examples are super useful

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

    I'm getting a problem with the dependency injection of the MsalService "constructor(private msalService: MsalService)". It compiles, but then I can an error that says, "Can't resolve all parameters for MsalService". Searching this error indicates that it's usually due to some circular dependencies, but my imports are exactly as they are in the video. Is anyone else having this problem?

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

    when i logout the application asks which account you want to logout how can i bypass selection

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

    Hi all, I have a very simple question I guess. I want to call the loginRedirect method not on a button click but instead automatically on the app start, before anything else renders. Is there an easy built-in way in Angular MSAL? Thanks!

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

      Never mind, I shoud've listened to the whole things. Its just putting an MsalGuard on the main route:
      {
      path: '',
      component: AppComponent,
      canActivate: [MsalGuard]
      },

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

    Hi, All. Is there a way to dynamically change tenants based on which login button is clicked? We have an employee login B2B and a supplier login B2C. I have been unable to find any repositories that show this type of example. I know that MSAL 2 is capable of dynamic changes but unsure how to implement it correctly in Angular.

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

    Can you please provide a link to the previous one which was about react msal integration?

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

      ruclips.net/video/7oPSL5wWeS0/видео.html&ab_channel=Microsoft365Community

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

      ruclips.net/video/7oPSL5wWeS0/видео.html

  • @asdfasdfq6005
    @asdfasdfq6005 Год назад +1

    4:02 Burp from hell