Graph-Controls icon indicating copy to clipboard operation
Graph-Controls copied to clipboard

Set of Helpers and Controls for Windows development using the Microsoft Graph.

Results 34 Graph-Controls issues
Sort by recently updated
recently updated
newest added

## Describe the bug In [WindowsProvider](https://github.com/CommunityToolkit/Graph-Controls/blob/main/CommunityToolkit.Authentication.Uwp/WindowsProvider.cs#L546), use `,` as scopes separator, while in [graph documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent#requesting-individual-user-consent), space is recommended. This problem will cause the AAD account to fail to authorize when...

bug :bug:
In-PR :rocket:

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior If you login with a Work Account (which supports the...

needs triage :mag:
needs attention :wave:

## Describe the bug The Teams Messages sample for GraphPresenter is not working and displays no content. - [x] Is this bug a regression in the toolkit? If so, what...

bug :bug:
Controls: GraphPresenter
Area: Samples

https://github.com/CommunityToolkit/Graph-Controls/blob/d985141a317c96ad571bd9dd8097e38969b649d6/CommunityToolkit.Authentication.Msal/MsalProvider.cs#L63 the default value for scopes is null, but we unconditionally run the `Select(...)` on it. Fix would be to either not provide a default argument for scopes (since it's...

Area: Providers

## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? The WCT MsalProvider doesn't expose exceptions returned from the MSAL library....

**TL;DR;** Requesting to add [FabricBot](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/fabricbot_overview) configuration associated with your repository to `.github/fabricbot.json`. **Context** FabricBot is now a [config-as-code-only](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/bot-config-as-code) platform. As a result, while you can still use the [FabricBot Configuration...

Fixes #192 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Failed when trying to grant AAD multiple permissions ##...

bug :bug:
Area: Providers

[AAD-B2C-specifics](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/AAD-B2C-specifics) Please add some overloads to MSALProvider constructor and GetTokenAsync: AAD B2C needs the bold marked specifics: application = PublicClientApplicationBuilder.Create(ClientID) .**WithB2CAuthority(Authority)** .Build(); and await application.GetAccountsAsync( **B2CPolicySignUpSignIn** );

Area: Providers

## Describe the bug When using the MsalProvider as documented and as in the sample, auth fails with AADSTS50011. ``` Request Id: 5e464c00-92a4-4a14-a5e6-f6c807527900 Correlation Id: 70fa290d-da9e-4a48-ac59-98da60a73410 Timestamp: 2022-04-29T14:51:55Z Message: AADSTS50011:...

documentation :page_with_curl:
question :grey_question:
Area: Providers

## Describe the bug My app periodically check for files in OneDrive and i've notices that if the app is kept opened long enough, the token will expire and the...

bug :bug:
Area: Providers