microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
54 stars 58 forks source link

Migration from ADAL to MSAL? #104

Closed marconfus closed 2 years ago

marconfus commented 3 years ago

It looks like the code uses the ADAL authentication, this document (https://developer.microsoft.com/en-us/identity/blogs/end-of-support-timelines-for-azure-ad-authentication-library-adal-and-azure-ad-graph/) mentions, that this will stop working in July 2022.

Are there any plans to migrate to MSAL?

darba commented 3 years ago

Yes. We are working on updating cmdlets that use MSAL and are aware of the ADAL sunset date.

whqdqwdh commented 2 years ago

@darba

This is an additional question.

  1. How long will ADAL authentication be supported?
  2. Do you have any plans on when you will migrate to MSAL?
darba commented 2 years ago

As mentioned above, ADAL will be supported through July 2022. We have recently started the work to migrate to MSAL. It is in the early stages though. We plan to have something available several months prior to the end of support.

whqdqwdh commented 2 years ago

Thanks for the reply! I understand, I will wait for the News release.