Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Minor edits and clarifications
  • Loading branch information
billbliss authored Mar 1, 2018
commit 4014527ec2db366332cc78901278051d877c064a
6 changes: 3 additions & 3 deletions msteams-platform/concepts/authentication/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ In order for your app to access user information stored in Azure Active Director
General information on authentication flow as it applies to any authentication provider:

* [Authentication flow in tabs](~/concepts/authentication/auth-flow-tab) describes how tab authentication works in Teams. This shows a typical web based authentication flow used for tabs.
* [Authentication flow in bots](~/concepts/authentication/auth-flow-bot) describes how authentication works within a bot in your app in Teams. This shows a non-web based authentication flow useful for bots or for mobile.
* [Authentication flow in bots](~/concepts/authentication/auth-flow-bot) describes how authentication works within a bot in your app in Teams. This shows a non-web based authentication flow used for bots on all versions of Teams (web, desktop app, and mobile apps)

Detailed implementation walkthroughs for authentication using Azure Active Directory:

* [AAD authentication in tabs](~/concepts/authentication/auth-tab-AAD) describes how to connect to Azure Active Directory from within a tab in your app in Teams.
* [AAD authentication in bots](~/concepts/authentication/auth-bot-AAD) describes how to connect to Azure Active Directory from within a tab in your app in Teams.
* [Silent authentication (AAD)](~/concepts/authentication/auth-silent-AAD) describes how to implement single sign on in your app using Azure Active Directory.
* [AAD authentication in bots](~/concepts/authentication/auth-bot-AAD) describes how to connect to Azure Active Directory from within a bot in your app in Teams.
* [Silent authentication (AAD)](~/concepts/authentication/auth-silent-AAD) describes how to implement single sign on (SSO) in your app using Azure Active Directory. Currently SSO only works for tabs.

Sample code showing bot authentication in Node:

Expand Down