Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Refer to [Bot SSO Setup document](https://github.com/OfficeDev/Microsoft-Teams-S

![token](Images/4.Your_Token.png)

![GroupChat](Images/5.GroupChatAuthCard.png)

![GroupChat](Images/6.PostOauth.png)

## Further reading

- [Bot Framework Documentation](https://docs.botframework.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{
"botId": "${{AAD_APP_CLIENT_ID}}",
"scopes": [
"personal"
"personal",
"groupChat"
],
"supportsFiles": false,
"isNotificationOnly": false
Expand Down
8 changes: 8 additions & 0 deletions samples/bot-conversation-sso-quickstart/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ The simplest way to run this sample in Teams is to use Microsoft 365 Agents Tool

![Logout](sso_media/6.Logout.png)

**Group Chat auth card**

![GroupChat](sso_media/7.GroupChatAuthCard.png)

**Post auth card**

![GroupChat](sso_media/8.PostOauth.png)

You can interact with this bot by sending it a message. The bot will respond by asking for your consent, by this consent the Bot will exchange an SSO token, then making a call to the Graph API on your behalf and returning the results. It will keep you loggined unless you send a message "logout".

## Further reading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{
"botId": "${{AAD_APP_CLIENT_ID}}",
"scopes": [
"personal"
"personal",
"groupChat"
],
"supportsFiles": false,
"isNotificationOnly": false
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading