You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/python/auto-signin/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,11 @@ The agent is ready to accept messages.
98
98
1. Sending `/me` will trigger the OAuth flow and display additional information about you.
99
99
1. Note that if running this in Teams andSSOis setup, you shouldn't see any "sign in" prompts. This is true in this sample since we are only requesting a basic set of scopes that Teams doesn't require additional consent for.
100
100
101
+
### Using the Agent in Teams
102
+
For Auto Sign-In in Teams, additional steps are needed to [Enable SSOfor a Teams app](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/bot-sso-overview)
103
+
101
104
## Further reading
102
105
To learn more about building Agents, see our [Microsoft 365 Agents SDK](https://github.com/microsoft/agents) repo.
103
106
104
-
For more information on logging configuration, see the logging section in the Quickstart Agent sample README.
107
+
108
+
For more information on logging configuration, see the logging section in the Quickstart Agent sample README.
0 commit comments