Skip to content

Commit 44f2354

Browse files
committed
Apply suggestions from review
1 parent 34311c6 commit 44f2354

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ The AllowLegacyExchangeTokens switch returns your organization to its previous s
7777
7878
Legacy Exchange tokens include Exchange user identity and callback tokens.
7979
80-
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
80+
This switch applies to the entire organization. Although the Identity parameter is required, its value is ignored. You can pass any non-empty value as the Identity parameter.
8181
8282
**Important**:
8383
84-
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
84+
- Apart from the Identity parameter, this switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
8585
- It might take up to 24 hours for the change to take effect across your entire organization.
8686
- Legacy Exchange tokens issued to Outlook add-ins before token blocking was implemented in your organization will remain valid until they expire.
8787
- 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).

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,11 @@ The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange
365365

366366
Legacy Exchange tokens include Exchange user identity and callback tokens.
367367

368-
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
368+
This switch applies to the entire organization. Although the Identity parameter is required, its value is ignored. You can pass any non-empty value as the Identity parameter.
369369

370370
**Important**:
371371

372-
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
373-
- It might take up to 24 hours for the change to take effect across your entire organization.
372+
- Apart from the Identity parameter, this switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
374373
- 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).
375374

376375
```yaml
@@ -561,11 +560,11 @@ The BlockLegacyExchangeTokens switch specifies whether to block legacy Exchange
561560

562561
Legacy Exchange tokens include Exchange user identity and callback tokens.
563562

564-
This switch applies to the entire organization, even if you specify an authentication policy using the Identity parameter.
563+
This switch applies to the entire organization. Although the Identity parameter is required, its value is ignored. You can pass any non-empty value as the Identity parameter.
565564

566565
**Important**:
567566

568-
- This switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
567+
- Apart from the Identity parameter, this switch disregards other authentication policy parameters used in the same command. We recommend running separate commands for other authentication policy changes.
569568
- It might take up to 24 hours for the change to take effect across your entire organization.
570569
- Legacy Exchange tokens issued to Outlook add-ins before token blocking was implemented in your organization will remain valid until they expire.
571570
- 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.

0 commit comments

Comments
 (0)