From 355f8269cd77859d2bf8855701f69b4d1cf12d21 Mon Sep 17 00:00:00 2001 From: Nikitha Chettiar Date: Wed, 30 Jun 2021 03:07:41 -0700 Subject: [PATCH] Remove the azure/identity tip for browser --- changelogs/v3-upgrade-guide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelogs/v3-upgrade-guide.md b/changelogs/v3-upgrade-guide.md index c2e525a85..1d5de615e 100644 --- a/changelogs/v3-upgrade-guide.md +++ b/changelogs/v3-upgrade-guide.md @@ -84,9 +84,7 @@ const client = Client.initWithMiddleware({ middleware, customHosts }); ### Deprecating `ImplicitMSALAuthenticationProvider` - Use of `ImplicitMSALAuthenticationProvider`, that is,using the implicit authorization flow is not recommended any more. [OAuth 2.0 Implicit Grant](https://oauth.net/2/grant-types/implicit/). -- Alternatives to `ImplicitMSALAuthenticationProvider` - - - TokenCredentialAuthenticationProvider with the `azure/identity` library. Learn more about [InteractiveBrowserCredential](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/interactive-browser-credential.md) - - A CustomAuthenticationProvider with an auth library of your choice. [Choose a Microsoft Graph authentication provider based on scenario](https://docs.microsoft.com/en-us/graph/sdks/choose-authentication-providers?tabs=CS) +- Alternatively, you can implement a `CustomAuthenticationProvider` with an auth library of your choice. Learn more using the [samples](https://github.com/microsoftgraph/msgraph-sdk-javascript#samples-and-tutorials). ### Deprecating the `sliceFile` function of the `LargeFileUploadTask` class. - The `sliceFile` function has been moved to the `FileObject` interface.