Skip to content

v.2.2.1

Latest
Compare
Choose a tag to compare
@v-ragjos v-ragjos released this 31 Oct 19:06
· 2 commits to main since this release
8e9af93

Azure AD rebranding + NuGet package updates

  • Azure AD rebranding Azure Active Directory is now Microsoft Entra ID! Aligning with same we have replaced any references to Azure AD to Microsoft Entra ID within Assent app. Learn more about the name change.
  • Since Azure Active Directory Authentication Library (ADAL) has been deprecated and will no longer receive security fixes, we have now migrated to use Microsoft Authentication Library (MSAL) to avoid putting app's security at risk.
  • Upgraded Azure.Identity to 1.10.2

Configuration Changes

  • Added a key ‘Authority’ in App Configuration which is an URL that indicates a directory that MSAL can request tokens from. Please refer Samples.
  • Read more about Authority