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?
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.
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.
Link to previous video - Using MSAL.js to integrate React Single-page applications with Azure Active Directory - ruclips.net/video/7oPSL5wWeS0/видео.html
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.
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 .
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.
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
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?
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!
Never mind, I shoud've listened to the whole things. Its just putting an MsalGuard on the main route: { path: '', component: AppComponent, canActivate: [MsalGuard] },
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.
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?
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.
Are there any reference on how to use MSAL for sign up? All I could see is sign in and signout
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.
Link to previous video - Using MSAL.js to integrate React Single-page applications with Azure Active Directory -
ruclips.net/video/7oPSL5wWeS0/видео.html
can you prepare a similar kind of video for Azure AD B2C?
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.
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 .
Can it possible to take token in incognito mode of browser ?
Thank you for such a nice video. It will help a lot !!!!!!
How to capture userinfo to local database after signup or signin?
Unable to perform routing after logging in and even on reload, it asks to sign in again, could you please help ? It's urgent.
Why MSAL 3 not working in Incognito mode
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.
hey did you found a fix for it by any chance?
Where can I get this sample code project from?
Links please?
I really want to know your VS Code theme.
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
Why stop them from continue TT
Fantastic video, thanks! The examples are super useful
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?
when i logout the application asks which account you want to logout how can i bypass selection
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!
Never mind, I shoud've listened to the whole things. Its just putting an MsalGuard on the main route:
{
path: '',
component: AppComponent,
canActivate: [MsalGuard]
},
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.
Can you please provide a link to the previous one which was about react msal integration?
ruclips.net/video/7oPSL5wWeS0/видео.html&ab_channel=Microsoft365Community
ruclips.net/video/7oPSL5wWeS0/видео.html
4:02 Burp from hell