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: Single sign-on for Intranet apps #2144

Merged
merged 12 commits into from
Jul 8, 2019

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Jul 3, 2019

Fixes #2133.

Changelog Entry

Description

You can try out the hosted live demo at https://webchat-sample-sso-intranet.azurewebsites.net/.

Add another SSO sample for "silent access token retrieval" based on the existing "19.a" sample. This sample is significantly simpler in code because it does not have any UI parts and does not support SPA.

Specific Changes

  • Added samples/19.b.single-sign-on-for-intranet-apps.

  • [ ] Testing Added

@compulim compulim changed the title Sample sso intranet Sample: Single sign-on for Intranet apps Jul 3, 2019
Copy link
Contributor

@corinagum corinagum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending some comments. Also, check out the build. :)

CHANGELOG.md Outdated Show resolved Hide resolved
samples/19.b.single-sign-on-for-intranet-apps/README.md Outdated Show resolved Hide resolved
samples/19.b.single-sign-on-for-intranet-apps/README.md Outdated Show resolved Hide resolved
samples/19.b.single-sign-on-for-intranet-apps/README.md Outdated Show resolved Hide resolved
samples/19.b.single-sign-on-for-intranet-apps/README.md Outdated Show resolved Hide resolved
samples/19.b.single-sign-on-for-intranet-apps/README.md Outdated Show resolved Hide resolved
samples/README.md Show resolved Hide resolved
Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
compulim added a commit to compulim/BotFramework-WebChat that referenced this pull request Jul 8, 2019
@compulim compulim merged commit 01a94f6 into microsoft:master Jul 8, 2019
@compulim compulim deleted the sample-sso-intranet branch July 8, 2019 22:09
compulim added a commit that referenced this pull request Jul 8, 2019
* Typo fixes applied from #2144

* Update samples/19.a.single-sign-on-for-enterprise-apps/app/public/index.html

Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
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.

Sample: simpler SSO approach for always-authenticated conversation
2 participants