rentu

Results 19 comments of rentu

Hi, @jmprieur , this one "2. Web API now calls Microsoft Graph", the code can be found here: https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/blob/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph/TodoListService/Controllers/TodoListController.cs#L60 I follow the ReadMe to setup the environment, and using a...

Hi, @jennyf19 , sorry for the late, today I tried the script, but it shows an error: ![image](https://user-images.githubusercontent.com/5545529/110572611-c084be80-8194-11eb-92a7-16b0bb1e6d4f.png) Set-AzureADApplication : Error occurred while executing SetApplication Code: Request_BadRequest Message: Invalid value...

Tried multiple times to use script to create AAD, only first time using office dev365 account works fine. And I also tested the issued mentioned above, the error still happen....

Seems the script is not work for "@microsoft.com" account. It will show some permission error when run CleanUp.ps1: ![image](https://user-images.githubusercontent.com/5545529/110878690-9bb85480-8316-11eb-9346-66fd9ef05108.png) Now office dev365 account can run PowerShell script without error

Thank you @jmprieur, now office dev 365 account works fine! And for the "No account or login hint was passed to the AcquireTokenSilent call" Exception, do you have any insights?

Thanks for your feedback, however from ```TeamsMsal2Config```, I didn't find authority property, where can I find it? ```ts export interface TeamsMsal2Config { clientId: string; authPopupUrl: string; // see below for...

Oh, yes, that will be great if you have authority property in the TeamsMsal2Config object, thank you! I am not very familiar with your code, and where can I start?