Skip to content

Commit bfa6f49

Browse files
authored
Update parameter references in documentation
1 parent 2426bfa commit bfa6f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ This switch also specifies the most recent date and time that an add-in was allo
8686
**Important**:
8787
8888
- As of January 17 2025, the AllowLegacyExchangeTokens switch specifies any add-in that requested an Exchange token.
89-
- The AllowLegacyExchangeTokens switch returns `Not Set` if tokens haven't been explicitly allowed or blocked in your organization using the `Set-AuthenticationPolicy -AllowLegacyExchangeTokens` or `Set-AuthenticationPolicy -BlockLegacyExchangeTokens` command.
90-
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. Although tokens will be blocked by default, the AllowLegacyExchangeTokens switch will still return `Not Set` if you haven't run the `Set-AuthenticationPolicy -AllowLegacyExchangeTokens` or `Set-AuthenticationPolicy -BlockLegacyExchangeTokens` command. 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).
89+
- The AllowLegacyExchangeTokens switch returns `Not Set` if tokens haven't been explicitly allowed or blocked in your organization using the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet.
90+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. Although tokens will be blocked by default, the AllowLegacyExchangeTokens switch will still return `Not Set` if you haven't used the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet. 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).
9191

9292
```yaml
9393
Type: SwitchParameter

0 commit comments

Comments
 (0)