microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Authentication Providers and UI components for Microsoft Graph 🦒

Results 288 microsoft-graph-toolkit issues
Sort by recently updated
recently updated
newest added

# Proposal: Add support for headers in mgt-get ## Description To support api's such as [List users beta](https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=http) ## Rationale There are times graph api supports passing of additional headers....

help wanted
good first issue
feature-request
Component: get

# Proposal: Investigate using components with Blazor ## Description Now that [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/client) is no longer experimental, we should investigate what it would take to leverage toolkit components in Blazor. ##...

help wanted
feature-request
Area: Investigation
State: In Review
Priority: 3

# Teams Provider improvements ## Description * There is no way to ask the user to consent to additional scope once the user has signed in initially. The Teams provider...

feature-request
Area: Providers
external-dependency
Providers: Teams
Priority: 1
State: Blocked

# Proposal: add pagination to the mgt-task component to facilitate navigation of tasks that extend beyond the defined `show-max` property. ## Description on mgt-tasks a developer is able to define...

feature-request
Area: Design
Component: tasks
Needs: Design :art:
State: Proposed
Priority: 2

# Proposal: Make tasks component filterable by task category ## Description Can you enhance the tasks component so we can pass in a task category filter? https://docs.microsoft.com/en-us/graph/api/resources/plannerappliedcategories?view=graph-rest-1.0 ## Rationale This...

feature-request
Component: tasks
State: Proposed
Priority: 1

**Describe the bug** When using mgt-people component by passing a list of user ids: ```html ``` We can see the below error in console if some users have been removed...

bug
Component: people
State: In Review

Re #229 ## Description Change the error that happens when trying to register the same component type with a warning. The idea is to log a warning in the console...

help wanted
feature-request

# Proposal: Update the templating in mgt-person-card ## Description mgt-person-card has had a major UI overhaul, but has not yet had the templating/extensibility model re-evaluated. ## Rationale The old person...

feature-request
Component: person-card

**Describe the bug** When adding an event listener for `loginCompleted` for `mgt-login`, it fires twice on the initial sign-in. **To Reproduce** Steps to reproduce the behavior: 1. Create yourself a...

bug
Component: login
Priority: 2

**Describe the bug** TeamsMsal2Provider should not expose the access token generated via an SSO endpoint. We should be removing all references to it. From a security perspective, we do not...

bug