Skip to content

Commit 1ab3aad

Browse files
committed
Minor consistency updates
1 parent 9b2bfeb commit 1ab3aad

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

exchange/exchange-ps/exchange/Get-AuthenticationPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This example returns detailed information for the authentication policy named En
5050
### -AllowLegacyExchangeTokens
5151
This parameter is available only in the cloud-based service.
5252

53-
The AllowLegacyExchangeTokens switch specifies whether legacy Exchange tokens for Outlook add-ins are allowed in the tenant. It also identifies the IDs of the Outlook add-ins that have been allowed or blocked from using legacy tokens. You don't need to specify a value with this switch.
53+
The AllowLegacyExchangeTokens switch specifies whether legacy Exchange tokens for Outlook add-ins are allowed in the organization. It also identifies the IDs of the Outlook add-ins that have been allowed or blocked from using legacy tokens. You don't need to specify a value with this switch.
5454

5555
Legacy Exchange tokens include Exchange user identity and callback tokens.
5656

5757
**Important**:
5858

59-
- Blocking legacy Exchange tokens may cause some Microsoft add-ins to stop working in your tenant. These add-ins are being updated to no longer use legacy tokens.
59+
- Blocking legacy Exchange tokens might cause some Microsoft add-ins to stop working. These add-ins are being updated to no longer use legacy tokens.
6060
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
6161

6262
```yaml

exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ Accept wildcard characters: False
6666
### -AllowLegacyExchangeTokens
6767
This parameter is available only in the cloud-based service.
6868
69-
This parameter is reserved for internal Microsoft use.
69+
The AllowLegacyExchangeTokens switch returns your organization to its previous state before changes were made to allow or block legacy Exchange tokens for Outlook add-ins. You don't need to specify a value with this switch.
70+
71+
Legacy Exchange tokens include Exchange user identity and callback tokens.
72+
73+
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
74+
75+
**Important**:
76+
77+
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
78+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
7079
7180
```yaml
7281
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,15 @@ Accept wildcard characters: False
354354
### -AllowLegacyExchangeTokens
355355
This parameter is available only in the cloud-based service.
356356

357-
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens for Outlook add-ins. Legacy Exchange tokens include Exchange user identity and callback tokens.
357+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens for Outlook add-ins. You don't need to specify a value with this switch.
358358

359-
This switch applies to your entire tenant even if you specify an authentication policy in the Identity parameter. You don't need to specify a value with this switch.
359+
Legacy Exchange tokens include Exchange user identity and callback tokens.
360+
361+
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
360362

361363
**Important**:
362364

363-
- The AllowLegacyExchangeTokens switch disregards other authentication policy parameters used in the same cmdlet. We recommend making separate calls for other authentication policy changes.
365+
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
364366
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
365367

366368
```yaml
@@ -547,14 +549,16 @@ Accept wildcard characters: False
547549
### -BlockLegacyExchangeTokens
548550
This parameter is available only in the cloud-based service.
549551

550-
The BlockLegacyExchangeTokens switch specifies whether to block legacy Exchange tokens for Outlook add-ins. Legacy Exchange tokens include Exchange user identity and callback tokens.
552+
The BlockLegacyExchangeTokens switch specifies whether to block legacy Exchange tokens for Outlook add-ins. You don't need to specify a value with this switch.
553+
554+
Legacy Exchange tokens include Exchange user identity and callback tokens.
551555

552-
This switch applies to your entire tenant even if you specify an authentication policy in the Identity parameter. You don't need to specify a value with this switch.
556+
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
553557

554558
**Important**:
555559

556-
- The BlockLegacyExchangeTokens switch disregards other authentication policy parameters used in the same cmdlet. We recommend making separate calls for other authentication policy changes.
557-
- Blocking legacy Exchange tokens may cause some Microsoft add-ins to stop working in your tenant. These add-ins are being updated to no longer use legacy tokens.
560+
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
561+
- Blocking legacy Exchange tokens might cause some Microsoft add-ins to stop working. These add-ins are being updated to no longer use legacy tokens.
558562
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
559563

560564
```yaml

0 commit comments

Comments
 (0)