-
Notifications
You must be signed in to change notification settings - Fork 261
Description
Language
Javascript/Typescript, C#, Python
Version
latest
Description
In our Samples for SSO with Oauth Connections the aad manifest file to create / configure the entra App registration is not correct. It does not match our public documentation : https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/bot-sso-register-aad?tabs=windows#to-configure-an-authorized-client-application
It misses 1 App : 27922004-5251-4030-b22d-91ecd9a37ea4 | Outlook mobile application
It has 2 apps that are not documentated and that I dont think are being used :
- 00000002-0000-0ff1-ce00-000000000000
- 4345a7b9-9a63-4910-a426-35363201d503
Here is the impacted files :
https://github.com/microsoft/teams-ai/blob/main/dotnet/samples/06.auth.oauth.bot/aad.manifest.json
https://github.com/microsoft/teams-ai/blob/main/js/samples/05.authentication/b.oauth-bot/aad.manifest.json
https://github.com/microsoft/teams-ai/blob/main/python/samples/06.auth.oauth.bot/aad.manifest.json
Reproduction Steps
- Open the Aad.manifest file
- Open the documentation https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/bot-sso-register-aad?tabs=windows#to-configure-an-authorized-client-application
- Compare the 2