Skip to content

Commit b515ef9

Browse files
committed
AllowLegacyExchangeTokens
1 parent 6939509 commit b515ef9

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

exchange/exchange-ps/exchange/New-AuthenticationPolicy.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ New-AuthenticationPolicy [[-Name] <String>]
3434
[-AllowBasicAuthRpc]
3535
[-AllowBasicAuthSmtp]
3636
[-AllowBasicAuthWebServices]
37+
[-AllowLegacyExchangeTokens]
3738
[-BlockLegacyAuthActiveSync]
3839
[-BlockLegacyAuthAutodiscover]
3940
[-BlockLegacyAuthImap]
@@ -324,6 +325,33 @@ Accept pipeline input: False
324325
Accept wildcard characters: False
325326
```
326327
328+
### -AllowLegacyExchangeTokens
329+
This parameter is available only in the cloud-based service.
330+
331+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
332+
333+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
334+
335+
**Important**:
336+
337+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
338+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
339+
340+
For more information on the Report Message and Report Phishing add-ins, see [Enable the Microsoft Report Message or the Report Phishing add-ins](https://learn.microsoft.com/microsoft-365/security/office-365-security/submissions-users-report-message-add-in-configure).
341+
342+
```yaml
343+
Type: SwitchParameter
344+
Parameter Sets: (All)
345+
Aliases:
346+
Applicable: Exchange Online, Exchange Online Protection
347+
348+
Required: False
349+
Position: Named
350+
Default value: True
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
327355
### -BlockLegacyAuthActiveSync
328356
This parameter is available only in on-premises Exchange.
329357

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,33 @@ Accept pipeline input: False
340340
Accept wildcard characters: False
341341
```
342342

343+
### -AllowLegacyExchangeTokens
344+
This parameter is available only in the cloud-based service.
345+
346+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
347+
348+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
349+
350+
**Important**:
351+
352+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
353+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
354+
355+
For more information on the Report Message and Report Phishing add-ins, see [Enable the Microsoft Report Message or the Report Phishing add-ins](https://learn.microsoft.com/microsoft-365/security/office-365-security/submissions-users-report-message-add-in-configure).
356+
357+
```yaml
358+
Type: SwitchParameter
359+
Parameter Sets: (All)
360+
Aliases:
361+
Applicable: Exchange Online, Exchange Online Protection
362+
363+
Required: False
364+
Position: Named
365+
Default value: True
366+
Accept pipeline input: False
367+
Accept wildcard characters: False
368+
```
369+
343370
### -BlockLegacyAuthActiveSync
344371
This parameter is available only in on-premises Exchange.
345372

0 commit comments

Comments
 (0)