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 add app registration docs to use a more secure authentication flow #3306

Open Mnickii opened 2 weeks ago

Mnickii commented 2 weeks ago

Description

Unsecure authenticaiton flow defined in the docs : https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/concepts/toolkit/get-started/add-aad-app-registration.md

Use authorization code flow with PKCE which is more secure