rentu
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...
I am create AAD by myself and didn't use the script
Thanks, I will try it later
Hi, @jennyf19 , sorry for the late, today I tried the script, but it shows an error:  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:  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?