diff --git a/msteams-platform/concepts/build-and-test/deep-link-teams.md b/msteams-platform/concepts/build-and-test/deep-link-teams.md index 10aec3928fd..58caad123ce 100644 --- a/msteams-platform/concepts/build-and-test/deep-link-teams.md +++ b/msteams-platform/concepts/build-and-test/deep-link-teams.md @@ -122,12 +122,12 @@ The query parameters are: * `channelId`: Channel ID of the conversation (URL encoded). For example, 19%3ATWLPKo8lD4v8zDxyw4FnDYY-ovnBJG5CSjmrHUAoOz41%40thread.tacv2. * `groupId`: Group ID of the file. For example, 72602e12-78ac-474c-99d6-f619710353a9. -* `tenantId`: Tenant ID, such as 72f988bf-86f1-41af-91ab-2d7cd011db47. +* `tenantId`: Tenant ID, such as aaaabbbb-0000-cccc-1111-dddd2222eeee. > [!Note] > You can get `channelId` and `groupId` in the URL from the team. -Example: `https://teams.microsoft.com/l/team/19%3ATWLPKo8lD4v8zDxyw4FnDYY-ovnBJG5CSjmrHUAoOz41%40thread.tacv2/conversations?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47` +Example: `https://teams.microsoft.com/l/team/19%3ATWLPKo8lD4v8zDxyw4FnDYY-ovnBJG5CSjmrHUAoOz41%40thread.tacv2/conversations?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee` ## Deep link to navigate to channel @@ -135,22 +135,22 @@ You can use the following deep link formats to navigate to particular channels: * **Standard channel**: `https://teams.microsoft.com/l/channel//?groupId=&tenantId=` - Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47` + Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee` * **Private channel**: `https://teams.microsoft.com/l/channel//?groupId=&tenantId=&ngc=true` - Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&ngc=true` + Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee&ngc=true` * **Shared channel**: `https://teams.microsoft.com/l/channel//?groupId=&tenantId=&ngc=true&allowXTenantAccess=true` - Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&ngc=true&allowXTenantAccess=true` + Example: `https://teams.microsoft.com/l/channel/19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2/My%20example%20channel?groupId=72602e12-78ac-474c-99d6-f619710353a9&tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee&ngc=true&allowXTenantAccess=true` The query parameters are: * `channelId`: Channel ID of the conversation (URL encoded). For example, `19%3A9be3de4e70874c71a608dee9ba803ed3%40thread.tacv2`. * `channelName`: Name of the team's channel (URL encoded). For example, `My%20example%20channel`. * `groupId`: Group ID of the team. For example, `72602e12-78ac-474c-99d6-f619710353a9`. -* `tenantId`: Tenant ID, such as `72f988bf-86f1-41af-91ab-2d7cd011db47`. +* `tenantId`: Tenant ID, such as `aaaabbbb-0000-cccc-1111-dddd2222eeee`. * `ngc`: Indicates a next-generation channel. For private channels needs to be set to `true`. * `allowXTenantAccess`: Indicates a channel that can be accessed across tenant boundaries. For shared channels needs to be set to `true`. diff --git a/msteams-platform/resources/samesite-cookie-update.md b/msteams-platform/resources/samesite-cookie-update.md index 874ffc07053..28417b57c21 100644 --- a/msteams-platform/resources/samesite-cookie-update.md +++ b/msteams-platform/resources/samesite-cookie-update.md @@ -48,7 +48,7 @@ SameSite cookie attributes are as follows: 1. Enable the relevant SameSite setting for your cookies and validate that your apps and extensions continue to work in Teams. 1. If your apps or extensions fail, make the necessary fixes prior to the Chrome 80 release. -1. Microsoft internal partners can join the following team for more information or help with this issue: . +1. Microsoft internal partners can join the following team for more information or help with this issue: . > [!NOTE] > You must set SameSite attributes to reflect the intended use for your cookies. Do not rely on default browser behavior. For more information, see [Developers: Get Ready for New SameSite=None; Secure Cookie Settings](https://blog.chromium.org/2019/10/developers-get-ready-for-new.html).