rentu

Results 8 issues of rentu

Hi, team, Now Teams MSAL2 provider only support multi-tenant AAD application according to these docs: https://docs.microsoft.com/en-us/graph/toolkit/providers/teams-msal2?tabs=ts#creating-an-appclient-id https://docs.microsoft.com/en-us/graph/toolkit/get-started/build-a-microsoft-teams-sso-tab?tabs=unpkg%2CHTML#creating-an-appclient-id In some scenario, we can only use single tenant AAD application, which has...

help wanted
good first issue
feature-request
Area: Providers
Providers: Teams
State: Proposed

https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft.edge-simulated-temperature-sensor-ga?tab=Overview ![image](https://user-images.githubusercontent.com/5545529/59170282-78280f00-8b70-11e9-9685-c938ebafc942.png)

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [x] bug report -> please search issues before...

more-information-needed

The adaptiveCard/action response type value schema is incomplete, for the response type below, I cannot figure out how to construct a value body to make it work: ![image](https://user-images.githubusercontent.com/5545529/189029233-af3a4091-cfc6-4687-9fec-e7070156508d.png) I write...

adaptive-cards/prod
Pri1

sample code: ``` var obj = new { a = "1", b = 2, c = "c" }; var str = JsonConvert.SerializeObject(obj); Console.WriteLine(str); ``` Test config: ``` ``` After obfuscated,...

Teams Tab App do not support Clipboard related js API (see this [issue](https://github.com/OfficeDev/microsoft-teams-library-js/issues/738)), when I clicked copy button in **Person Card** component, you will see error messages in console: ![image](https://user-images.githubusercontent.com/5545529/153558938-6dc185bb-7705-4cd6-b142-80afac406dc1.png)...

bug
Component: person-card

I think these two APIs defined inside swagger pet store has conflict: ``` GET /user/login GET /user/{username} ``` If I create a user with name `login`, then if I want...

Follow the document to run custom auth code, but get the errors as below, did I miss something to config? ``` { "code":"auth/internal-error", "message":{ "error":{ "code":400, "message":"CONFIGURATION_NOT_FOUND", "domain":"global", "reason":"invalid" }...

needs-info