-
Notifications
You must be signed in to change notification settings - Fork 532
Norm authentication rework #103
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…into Norm-Authentication_rework
* Misc changes 1. Missing comma 2. Fixed 404 dead link to SDK 3. Misc editing 4. Attempted to clarify murky mobile auth story 5. Fixed sample code labels * Added Visio sequence diagram source Bot and tab auth sequence diagrams * Added folder for authentication images * Delete placeholder.md * Added copy of PNG instead of linking to asolis repo * Extensive edits, updated bitmap, added links
Technical accuracy, additional links, reordered last two sections, minor edits.
* Minor edits and clarifications * Enlarged to fit available space * Enlarged to fit available space * replaced by lowercase filename version * Mistakenly posted to wrong directory * Minor edits * Tech review and clarification Fixed some of my own bugs and clarified the distinction between state validation and <verification code> validation. * Fixed grammar bug * Grammar change to bot auth diagram * Technical review changes * Extensive revisions to reflect bot auth sample Previous version referenced Josh's sample; Adrian's is quite different. * Added clarification - no bot support * Changed to "identity provider" nomenclature * Changed to "identity provider" nomenclature * Minor edits and nomenclature change * authentication -> identity
Contributor
|
NormSohl
added a commit
that referenced
this pull request
Mar 2, 2018
* Norm control library (#101) * Add control library topic * toc * link * trdt * Added second part * proofreading * edits * links * Edits (#98) * added links to React and Redux * changed heading capitalization style to match rest of docs * fixed commas, spaces, capitalization bugs, monospace formatting * Made changes for PR #100 * Norm authentication rework (#103) * Added structure for new authentication content * Added content to top level * Rough draft of tab authentication topic with new screenshots * Fixed format issue * Formatting test * Formatting * Added content for SSO * Structural edits * list test * test * test * test * Test * test * test * test * test * indent code * test * tst * test * Updated bot auth * Added new samples for bot auth * Corrected code for auth * Expanded code for bot auth * Minor edits * Removed work in progress * More term changes and rewrite * More review comments * Review comments * TOC * Added support for other providers * Removed app registration * minor edits * Pre publication changes * Extensive edits, added links, native image * Added missing space * Made title match metadata * Misc changes (#97) * Misc changes 1. Missing comma 2. Fixed 404 dead link to SDK 3. Misc editing 4. Attempted to clarify murky mobile auth story 5. Fixed sample code labels * Added Visio sequence diagram source Bot and tab auth sequence diagrams * Added folder for authentication images * Delete placeholder.md * Added copy of PNG instead of linking to asolis repo * Extensive edits, updated bitmap, added links * Updated flow diagram * toc changes * fixed link * Extensive edits (#99) Technical accuracy, additional links, reordered last two sections, minor edits. * Restructured auth topics * added links to auth provider * TOC * Changes from readthrough * edits * edits * edits * formatting * edits * standardize * Billbl auth final edits (#102) * Minor edits and clarifications * Enlarged to fit available space * Enlarged to fit available space * replaced by lowercase filename version * Mistakenly posted to wrong directory * Minor edits * Tech review and clarification Fixed some of my own bugs and clarified the distinction between state validation and <verification code> validation. * Fixed grammar bug * Grammar change to bot auth diagram * Technical review changes * Extensive revisions to reflect bot auth sample Previous version referenced Josh's sample; Adrian's is quite different. * Added clarification - no bot support * Changed to "identity provider" nomenclature * Changed to "identity provider" nomenclature * Minor edits and nomenclature change * authentication -> identity * Fixed broken links
NormSohl
pushed a commit
that referenced
this pull request
Mar 26, 2018
* Updated Context and theme information (#86) Clarified what information can be used in a Tabs URL, returned by the microsoftTeams.getContext() object, and clarified the wording for theme change handling. * Updates to icon size (#88) * Updated Context and theme information Clarified what information can be used in a Tabs URL, returned by the microsoftTeams.getContext() object, and clarified the wording for theme change handling. * Icon spec change (#85) * Updated icon sizes (#87) * fixed typo (#91) * Parameters were incorrect, or wrong order (depending on which overload) (#95) There are only 2 overloads on the extension method: SendToConversationAsync(this IConversations operations, Activity activity, CancellationToken cancellationToken = default(CancellationToken)); SendToConversationAsync(this IConversations operations, string conversationId, Activity activity, CancellationToken cancellationToken = default(CancellationToken)); * Added sample code extract to demonstrate AsTeamsChannelAccounts() method (#94) * Added sample code extract to demonstrate AsTeamsChannelAccounts() method Making it clearer how to implement functionality * Minor edits * Updated JSON formatting * Authentication, Control library (#104) * Norm control library (#101) * Add control library topic * toc * link * trdt * Added second part * proofreading * edits * links * Edits (#98) * added links to React and Redux * changed heading capitalization style to match rest of docs * fixed commas, spaces, capitalization bugs, monospace formatting * Made changes for PR #100 * Norm authentication rework (#103) * Added structure for new authentication content * Added content to top level * Rough draft of tab authentication topic with new screenshots * Fixed format issue * Formatting test * Formatting * Added content for SSO * Structural edits * list test * test * test * test * Test * test * test * test * test * indent code * test * tst * test * Updated bot auth * Added new samples for bot auth * Corrected code for auth * Expanded code for bot auth * Minor edits * Removed work in progress * More term changes and rewrite * More review comments * Review comments * TOC * Added support for other providers * Removed app registration * minor edits * Pre publication changes * Extensive edits, added links, native image * Added missing space * Made title match metadata * Misc changes (#97) * Misc changes 1. Missing comma 2. Fixed 404 dead link to SDK 3. Misc editing 4. Attempted to clarify murky mobile auth story 5. Fixed sample code labels * Added Visio sequence diagram source Bot and tab auth sequence diagrams * Added folder for authentication images * Delete placeholder.md * Added copy of PNG instead of linking to asolis repo * Extensive edits, updated bitmap, added links * Updated flow diagram * toc changes * fixed link * Extensive edits (#99) Technical accuracy, additional links, reordered last two sections, minor edits. * Restructured auth topics * added links to auth provider * TOC * Changes from readthrough * edits * edits * edits * formatting * edits * standardize * Billbl auth final edits (#102) * Minor edits and clarifications * Enlarged to fit available space * Enlarged to fit available space * replaced by lowercase filename version * Mistakenly posted to wrong directory * Minor edits * Tech review and clarification Fixed some of my own bugs and clarified the distinction between state validation and <verification code> validation. * Fixed grammar bug * Grammar change to bot auth diagram * Technical review changes * Extensive revisions to reflect bot auth sample Previous version referenced Josh's sample; Adrian's is quite different. * Added clarification - no bot support * Changed to "identity provider" nomenclature * Changed to "identity provider" nomenclature * Minor edits and nomenclature change * authentication -> identity * Fixed broken links * Update resources (#105) * Updated for new auth and Teams graph info As per https://domoreexp.visualstudio.com/MSTeams/_workitems/edit/234506?source=compose * update resource files per Vivian Hsu * Refactoring of auth content (#106) There used to be just one authentication.md file under concepts, now there's an authentication root at authentication/authentication.md. Will leave this branch to be merged with master too. There will be a small merge conflict but since this is a non-destructive change (if the redirect doesn't work the 404 error still occurs) it's easy to fix. * Billbl auth redirect (#107) * Refactoring of auth content There used to be just one authentication.md file under concepts, now there's an authentication root at authentication/authentication.md. * Create master redirection file Added entry for relocated authentication content. * Deleted (didn't work) * Added .md extension to source_path * Billbl auth redirect (#108) * Refactoring of auth content There used to be just one authentication.md file under concepts, now there's an authentication root at authentication/authentication.md. * Create master redirection file Added entry for relocated authentication content. * Deleted (didn't work) * Added .md extension to source_path * Added leading slash to redirect_url * Update .openpublishing.redirection.json * Update .openpublishing.redirection.json * Update .openpublishing.redirection.json * Update .openpublishing.redirection.json * Update .openpublishing.redirection.json * Deleting Messages (#110) * Updated for new auth and Teams graph info As per https://domoreexp.visualstudio.com/MSTeams/_workitems/edit/234506?source=compose * update resource files per Vivian Hsu * Norm delete messages (#109) * support for bots deleting messages * edits * added links * date * TypeScript * Updated sign-in card (#112) * Manifest version correction
v-rodriguezd
added a commit
that referenced
this pull request
Nov 9, 2020
Removed en-us from link line #103
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.