You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,11 @@ The AllowLegacyExchangeTokens switch returns your organization to its previous s
77
77
78
78
Legacy Exchange tokens include Exchange user identity and callback tokens.
79
79
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.
81
81
82
82
**Important**:
83
83
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.
85
85
- It might take up to 24 hours for the change to take effect across your entire organization.
86
86
- Legacy Exchange tokens issued to Outlook add-ins before token blocking was implemented in your organization will remain valid until they expire.
87
87
- 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).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -365,12 +365,11 @@ The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange
365
365
366
366
Legacy Exchange tokens include Exchange user identity and callback tokens.
367
367
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.
369
369
370
370
**Important**:
371
371
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.
374
373
- 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).
375
374
376
375
```yaml
@@ -561,11 +560,11 @@ The BlockLegacyExchangeTokens switch specifies whether to block legacy Exchange
561
560
562
561
Legacy Exchange tokens include Exchange user identity and callback tokens.
563
562
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.
565
564
566
565
**Important**:
567
566
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.
569
568
- It might take up to 24 hours for the change to take effect across your entire organization.
570
569
- Legacy Exchange tokens issued to Outlook add-ins before token blocking was implemented in your organization will remain valid until they expire.
571
570
- 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