microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
939 stars 298 forks source link

[Docs] update MSAL2 Provider docs to use a more secure authentication flow #3305

Open Mnickii opened 2 weeks ago

Mnickii commented 2 weeks ago

Description

Unsecure authentication flow defined in the docs here: https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/concepts/toolkit/providers/msal2.md

Use authorization code flow with PKCE which is more secure.