Skip to content

Commit dde2550

Browse files
authored
Remove the azure/identity tip for browser (#478)
1 parent c2fe947 commit dde2550

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

changelogs/v3-upgrade-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ const client = Client.initWithMiddleware({ middleware, customHosts });
8484

8585
### Deprecating `ImplicitMSALAuthenticationProvider`
8686
- 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/).
87-
- Alternatives to `ImplicitMSALAuthenticationProvider` -
88-
- 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)
89-
- 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)
87+
- 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).
9088

9189
### Deprecating the `sliceFile` function of the `LargeFileUploadTask` class.
9290
- The `sliceFile` function has been moved to the `FileObject` interface.

0 commit comments

Comments
 (0)