PreviousNext

Angular & .Net core - Azure AD authentication | The-worst.dev

by rogaliusz, 2020-11-27T13:55:14.581Z

This article contains information about using Azure Active Directory credentials for login to Angular client-side with .Net core backend. This solution is based on JWT tokens (frontend and backend solutions can be on different hosts, so cookies auth methods by CORS policy is not the best choice in that case).

Read More