You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ Leverage the official Microsoft Authentication Library (MSAL) to enable authenti
70
70
71
71
Try out the WindowsProvider to enable authentication based on the native Windows Account Manager (WAM) APIsinyourUWPapps, withoutrequiringadependencyonMSAL.
72
72
73
-
1. AssociateyourappwiththeMicrosoftStore. Theappassociationwillactasourminimalappregistrationfor authenticating consumer MSAs. See the [WindowsProvider docs](https://github.com/CommunityToolkit/Graph-Controls/edit/main/Docs/WindowsProvider.md) for more details.
74
-
1. Install the `CommunityToolkit.Authentication.Uwp` package
73
+
1. AssociateyourappwiththeMicrosoftStore. Theappassociationwillactasourminimalappregistrationfor authenticating consumer MSAs. See the [WindowsProvider docs](https://docs.microsoft.com/windows/communitytoolkit/graph/authentication/windows) for more details.
74
+
1. Install the `CommunityToolkit.Authentication.Uwp` package.
75
75
1. Set the GlobalProvider to a new instance of WindowsProvider with pre-configured scopes:
0 commit comments