Skip to content

Commit ba4e62d

Browse files
authored
Merge pull request #11916 from MicrosoftDocs/EmailAuth-chrisda
EmailAuth-chrisda to Main
2 parents 60c2467 + 30cf3e8 commit ba4e62d

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-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]
@@ -332,6 +333,33 @@ Accept pipeline input: False
332333
Accept wildcard characters: False
333334
```
334335
336+
### -AllowLegacyExchangeTokens
337+
This parameter is available only in the cloud-based service.
338+
339+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
340+
341+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
342+
343+
**Important**:
344+
345+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
346+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
347+
348+
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).
349+
350+
```yaml
351+
Type: SwitchParameter
352+
Parameter Sets: (All)
353+
Aliases:
354+
Applicable: Exchange Online, Exchange Online Protection
355+
356+
Required: False
357+
Position: Named
358+
Default value: True
359+
Accept pipeline input: False
360+
Accept wildcard characters: False
361+
```
362+
335363
### -BlockLegacyAuthActiveSync
336364
This parameter is available only in on-premises Exchange.
337365

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
3434
[-AllowBasicAuthRpc]
3535
[-AllowBasicAuthSmtp]
3636
[-AllowBasicAuthWebServices]
37+
[-AllowLegacyExchangeTokens]
3738
[-BlockLegacyAuthActiveSync]
3839
[-BlockLegacyAuthAutodiscover]
3940
[-BlockLegacyAuthImap]
@@ -348,6 +349,33 @@ Accept pipeline input: False
348349
Accept wildcard characters: False
349350
```
350351

352+
### -AllowLegacyExchangeTokens
353+
This parameter is available only in the cloud-based service.
354+
355+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
356+
357+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
358+
359+
**Important**:
360+
361+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
362+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
363+
364+
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).
365+
366+
```yaml
367+
Type: SwitchParameter
368+
Parameter Sets: (All)
369+
Aliases:
370+
Applicable: Exchange Online, Exchange Online Protection
371+
372+
Required: False
373+
Position: Named
374+
Default value: True
375+
Accept pipeline input: False
376+
Accept wildcard characters: False
377+
```
378+
351379
### -BlockLegacyAuthActiveSync
352380
This parameter is available only in on-premises Exchange.
353381

0 commit comments

Comments
 (0)