Is Azure AD App-Only deprecated

john john 946 Reputation points
2021-08-17T14:02:27.007+00:00

I am following the steps mentioned on this link @ https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread to register a new application inside Azure AD. but when i click to register a new application, i got this message:-

123967-adapp.png

so does this mean that Azure AD App-Only is now deprecated ? if the answer is yes then what is the most up to date approach?
now what i am trying to do is to register an application inside Azure AD and create a certificate then use the clientId,TenantId, certificate to be able to authenticate my SharePoint CSOM code against SharePoint online using this code PnP.Framework.AuthenticationManager(clientId, certificatePath, certificatePassword, tenantId);

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yi Lu_MSFT 17,471 Reputation points
    2021-08-24T02:32:50.54+00:00

    Hi @john john
    You could still use Azure AD APP-Only.

    However, take attention: If you choose not to migrate to MSAL before ADAL support ends on June 30, 2022, you put your app's security at risk. Existing apps that use ADAL will continue to work after the end-of-support date, but Microsoft will no longer release security fixes on ADAL.

    For more information, you could refer to:
    https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-migration


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.