Back in business writing apprentice docs!~

This commit is contained in:
2022-08-08 08:47:33 +00:00
parent 4039da1a63
commit 798debc3e3
15 changed files with 230 additions and 88 deletions

View File

@@ -1,13 +1,18 @@
---
date: 2022-06-20T14:10:19Z
draft: true
draft: false
aliases: []
categories: ['various']
series: []
tags: ['various']
categories: ['documentation']
series: ['apprentice', 'programming']
tags: ['cloud', 'tech']
chroma: false
toc: true
title: MSAL
description: MSAL the new and cloud/Azure AD only version of the old ADAL, both of these are libraries that Microsoft has implemented in sevral programming languages for Active Directory authenitication built into whatever apps you're programming
description: MSAL the new and cloud/Azure AD only version of the old ADAL, both of these are libraries that Microsoft has implemented in sevral programming languages for Active Directory authenitication built into whatever apps you're programming.
---
MSAL stands for Microsoft Authentication Library.
It's the replacement for ADAL, the Active Directory Authentication Library.
Although Microsoft now definitely pushes cloud hard like most tech companies.
So MSAL is focused on Azure AD specifically.
Where there is a distinct difference between "organizational" accounts and normal public Microsoft services account.