-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 enterprise app #2002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think at the very least all of the .js files should have a short comment at the top explaining what it's doing, since this is a sample.
I'm going to try implementing this now and let you know if I have more feedback
samples/19.a.single-sign-on-for-enterprise-apps/app/src/microsoftGraphProfile/Context.js
Show resolved
Hide resolved
...ingle-sign-on-for-enterprise-apps/app/src/microsoftGraphProfile/fetchProfilePhotoAsBase64.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBotAdapter.js
Outdated
Show resolved
Hide resolved
can you also run |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very thorough! LGTM :)
samples/19.a.single-sign-on-for-enterprise-apps/app/public/index.html
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/app/public/index.html
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/app/public/index.html
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/app/src/gitHubProfile/Composer.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/app/src/gitHubProfile/Composer.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/app/src/ui/MicrosoftGraphProfileMenu.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/bot/src/createBot.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/rest-api/src/index.js
Outdated
Show resolved
Hide resolved
samples/19.a.single-sign-on-for-enterprise-apps/rest-api/src/utils/generateOAuthState.js
Outdated
Show resolved
Hide resolved
…ex.html Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…ex.html Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Profile/Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…rosoftGraphProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Profile/Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…ex.html Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…oftGraphProfile/Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Bot.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Bot.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…tils/generateOAuthState.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…ndex.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…oftGraphProfile/fetchProfilePhotoAsBase64.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…Composer.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…HubProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…HubProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…HubProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…HubProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
…HubProfileMenu.js Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
Fixes #1564.
Changelog Entry
*
: Single-sign on for enterprise apps, in #2002Description
Added a sample for "Single sign-on for enterprise apps using OAuth".
Specific Changes
/samples/19.a.single-sign-on-for-enterprise-apps