Browsed by
Tag: azure active directory

Microsoft Graph – How to implement IAuthenticationProvider

Microsoft Graph – How to implement IAuthenticationProvider

Beginning In the article about integration Azure AD with Angular I got a question how to implement Microsoft Graph on API side. I’ll show you here how to implement IAuthenticationProvider in the simplest way. Overview The Microsoft Graph is powerful tool to interact with most important Office 365 and Azure Active Directory. List of most common services what you can access data: Azure Active Directory Office 365 OneDrive Outlook / Exchange OneNote Planner Microsoft Teams SharePoint Windows 10 services Register…

Read More Read More

Integration Angular application with Azure Active Directory authentication – ADAL-Angular 4

Integration Angular application with Azure Active Directory authentication – ADAL-Angular 4

What will I do in this article ? I will try to explain for you how to create integration Azure Active Directory Authentication with Angular application and .NET Core API. What is ADAL-Angular 4? ADAL-Angular4 is a simple angular wrapper for Microsoft ADAL.js (Active Directory Authentication Library). Library contains wrapper for connection with Microsoft authentication, interceptor and simple guard. Do not be fooled by the name, library is compatible with Angular 4/5/6/7/8. How it works? After implementation ADAL-Angular4 you can…

Read More Read More