Skip to content

Commit 4206350

Browse files
authored
Merge pull request #88214 from premgan/patch-8
Update sample-v2-code.md
2 parents 4bffabc + fd2dac9 commit 4206350

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/active-directory/develop/sample-v2-code.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ The following sample shows a public client application running on a device witho
136136
> | Java | [Sign in users and invoke protected API](https://github.com/Azure-Samples/ms-identity-java-devicecodeflow) | MSAL Java | Device code |
137137
> | Python | [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-python-devicecodeflow) | MSAL Python | Device code |
138138
139+
## Microsoft Teams applications
140+
141+
The following sample illustrates Microsoft Teams Tab application that signs in users. Additionally it demonstrates how to call Microsoft Graph API with the user's identity using the Microsoft Authentication Library (MSAL).
142+
143+
> [!div class="mx-tdCol2BreakAll"]
144+
> | Language/<br/>Platform | Code sample(s) <br/>on GitHub | Auth<br/> libraries | Auth flow |
145+
> | ------- | -------- | ------------- | -------------- |
146+
> | Node.js | [Teams Tab app: single sign-on (SSO) and call Microsoft Graph](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-sso/nodejs) | MSAL Node | On-Behalf-Of (OBO) |
147+
139148
## Multi-tenant SaaS
140149

141150
The following samples show how to configure your application to accept sign-ins from any Azure Active Directory (Azure AD) tenant. Configuring your application to be _multi-tenant_ means that you can offer a **Software as a Service** (SaaS) application to many organizations, allowing their users to be able to sign-in to your application after providing consent.

0 commit comments

Comments
 (0)