Integrate MSAL Library with Angular Single Page Application.

preview_player
Показать описание
This video demonstrates the Azure AD integration, then Signs in user and get the profile information of the signed in user from Microsoft graph api.

Explains the following concepts:
1. Application Registration in the Azure AD
2. Application workflow with Microsoft Identity and Graph Api
3. How to configure the Azure AD claims
4. How to add/invite the Users into Azure AD.

Рекомендации по теме
Комментарии
Автор

Thank you, bud. This was quite helpful

alessandroformica
Автор

In Angular 17 I am not using any login or logout buttons. I am just logging in users when they enter the base url like localhost:4200 . MSAL is acting weirdly for me in this case. So Dashboard is my primary url and redirectTo url as well. In this case do I have to add the same subject$, in progress$ logic to the dashboard as well? In addition to app component?

rkrao
Автор

Hi
Do you know how I can use it as SSO? I will run two applications on different ports, but once I login in one app it should not ask me to login in the other app again.

vikaskyatannawar
Автор

why i dont see token response in networks tab after signin

KENTBAGAIPO
Автор

Great video - concise and get to the point. Question - I am getting "Access token is empty" when clicking profile button even though a user was successfully login. I could see a token for the user logged in and user info. Any advice?

karenjang
Автор

but how to do the same on modern angular standalong app? this approach does not apply for angular standalone. do you have a demo for that?

dancristian
Автор

How it is work without scope settings?

jayakumar
Автор

why i dont see token response in networks tab after signin

davidivanovic