Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample: SSO sample for Microsoft Teams tab app #2196

Merged
merged 22 commits into from
Jul 18, 2019

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Jul 16, 2019

Fixes #2176.

Changelog Entry

Description

Adding a new sample for Web Chat to work under a website hosted in Microsoft Teams "tab app".

Microsoft Teams has special API for OAuth authorization. They are exposed thru Microsoft Teams JavaScript client SDK.

Technically speaking, in a one-liner, "host Web Chat in a webpage, host that webpage in Microsoft Teams as a tab, when land on that webpage thru Microsoft Teams, popup OAuth thru AAD and give the token to both webpage and bot via Web Chat."

Specific Changes


  • Testing Added

@coveralls
Copy link

coveralls commented Jul 16, 2019

Coverage Status

Coverage decreased (-0.03%) to 64.541% when pulling d178752 on compulim:sample-sso-teams into 9d1a9ab on microsoft:master.

samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
samples/19.c.single-sign-on-for-teams-apps/README.md Outdated Show resolved Hide resolved
@compulim compulim merged commit 83edbd0 into microsoft:master Jul 18, 2019
@compulim compulim deleted the sample-sso-teams branch July 18, 2019 05:18
@compulim compulim mentioned this pull request Oct 25, 2019
55 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigates OAuth in Teams
3 participants