Skip to content

Commit 2342cce

Browse files
authored
Users/axsuarez/teams sso (#38)
* WIP Teams models with pydantic * Teams models WIP * Teams models WIP * Teams models WIP * Teams models replace BaseModel * Teams connector Client WIP * Teams connector client WIP * New connector testing pending * ConnectorClient working single tenant * TeamsActivityHandler WIP * Testing teams sample * Teams sample WIP * Messaging extensions working, TeamsInfo bugfixing * Most TeamsInfo working * teams handler formatting * UserTokenClient Refactor * UserTokenClient Refactor - formatting * SSO Flow refactor WIP * Testing Teams SSO sample * Testing Teams SSO sample * Adding on_sign_in_invoke to sample * SSO Sample working both WC and Teams * Addressing PR comments
1 parent 9adca45 commit 2342cce

File tree

21 files changed

+437
-441
lines changed

21 files changed

+437
-441
lines changed

libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Import necessary modules
22
from .activity_handler import ActivityHandler
33
from .agent import Agent
4-
from .basic_oauth_flow import BasicOAuthFlow
4+
from .oauth_flow import OAuthFlow
55
from .card_factory import CardFactory
66
from .channel_adapter import ChannelAdapter
77
from .channel_api_handler_protocol import ChannelApiHandlerProtocol
@@ -16,7 +16,7 @@
1616
__all__ = [
1717
"ActivityHandler",
1818
"Agent",
19-
"BasicOAuthFlow",
19+
"OAuthFlow",
2020
"CardFactory",
2121
"ChannelAdapter",
2222
"ChannelApiHandlerProtocol",

libraries/Builder/microsoft-agents-builder/microsoft/agents/builder/basic_oauth_flow.py

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)