Does a token generated using ADAL to call our custom APIs, work even after AD Graph is deprecated - (which as of now is June 30, 2023)?

Shiva Naru 20 Reputation points Microsoft Vendor
2023-05-10T18:44:16.92+00:00

We are using ADAL library's AuthenticationContext object to acquire token. The "Authority" we are using is "login.microsoftonline.com/{tenant-Id}. The token is then used to call our custom APIs, not Azure AD API.

I know that ADAL is being deprecated on June 30, 2023.

My question is: Will the token that is generated using ADAL like above, stop working after the deprecation date? Please note, we are not calling Azure AD API. Just our own backend APIs which authenticate using the JWT token. I assume not but wanted to get a confirmation, if my assumption is correct.

Thank you,

Shiva

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,914 questions
Microsoft Graph Azure AD API
Microsoft Graph Azure AD API
A Microsoft API that queries the user's profile, finds other users, manages organizational relationships, tracks assignments, or creates original solutions that incorporate existing organizational data.
257 questions
{count} votes

Accepted answer
  1. Shweta Mathur 15,071 Reputation points Microsoft Employee
    2023-05-11T11:41:14.44+00:00

    Hi @Shiva Naru ,

    Thanks for reaching out.

    Your understanding is correct here.

    ADAL will continue to work even after the deprecation date, but it will no longer receive security updates or support.

    The underpinning services will continue working and applications that depend on ADAL should continue working; however, Applications, and the resources they access, are at increased security and reliability risk due to not having the latest updates, service configuration, and enhancements made available through the Microsoft Identity platform.

    We would recommend migrating to MSAL for better security and performance.

    Hope this will help.

    Thanks,

    Shweta


    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments

0 additional answers

Sort by: Most helpful