You Won't Believe How Easy Azure AD SSO Is in .NET Core

preview_player
Показать описание
Get ready for an exhilarating journey as we unveil the ultimate guide to integrating Azure Active Directory (Azure AD) with Single Sign-On (SSO) in your .NET Core Web API and Angular application! This step-by-step tutorial is your ticket to securing your web apps with Azure AD, unlocking seamless authentication and SSO across multiple applications. Dive into these exciting topics: Discover the power of Azure AD and its vital role as an identity provider. Learn how to set up Azure AD for user authentication in a .NET Core API. Master the art of implementing Single Sign-On (SSO) across two Angular apps using the same Azure AD tenant. Harness the capabilities of MSAL.js for token acquisition and secure access. Manage user sessions like a pro with Azure AD and uncover how SSO operates in multi-app environments. Test and debug your integration locally for a smooth development experience. Whether you're just starting out or eager to enhance your Azure AD and SSO integration skills, this video is your comprehensive guide to mastering identity management in your applications.

Don’t hesitate to post your questions in the comments; I’m here to help!

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

Can you help me to understand why you created separate tenants for Front end and Back end

iamsandeeep
Автор

Hi, I have a single page application and a .net core web api, and I need to ge the roles of the users in the token claims after loggin in

franciscosalazar
Автор

Thanks brother for the video, I have a application with Angular+.net core in same project the project and api url is same, so do i need to set-up anything for backend or just using spa works?

khatariinsaan
Автор

if we have different tenants then can we take ad config from db instead of json
.

koppewar
Автор

Is it possible to give dynamic configuration for this sso like client id, tenants etc.

Also do we need backend setup or just use spa angular library msal-angular and browser

khatariinsaan
Автор

Thank you for the video. I want to see the data in endpoints. Could you provide the ExpenseTracker database so that we can download it and restore it in ms sql server please?

jtwexrfn
Автор

What happens if auth token expires. How to handle it in angular code. Do we need to have authgaurd to refresh the token??

srikanthvengala
Автор

Thanks for the video. It is really great. I am facing one issue as I am using enterprise application to implement SSO so in that case also it should be mandatory to have app registration. As I am facing CORS error when sending the request in the browser but when I am pasting the SAML request in the other tab it is working correctly.

ayushgupta