Skip to content

Commit 2388015

Browse files
authored
Remove duplicate row from Identity TSG (Azure#52924)
1 parent 2bbc13b commit 2388015

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/identity/Azure.Identity/TROUBLESHOOTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ Get-AzAccessToken -ResourceUrl "https://management.core.windows.net"
328328

329329
`AuthenticationFailedException`
330330

331-
| Error Message |Description| Mitigation |
332-
|---|---|---|
333-
|The current credential is not configured to acquire tokens for tenant <tenant ID>|The application must configure the credential to allow acquiring tokens from the requested tenant.|Add the requested tenant ID it to the AdditionallyAllowedTenants on the credential options, or add \"*\" to AdditionallyAllowedTenants to allow acquiring tokens for any tenant.</p>This exception was added as part of functional a breaking change to multi tenant authentication in version `1.7.0`. Users experiencing this error after upgrading can find details on the change and migration in [BREAKING_CHANGES.md](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/BREAKING_CHANGES.md#170). |
334-
335331
| Error Message |Description| Mitigation |
336332
|---|---|---|
337333
|The current credential is not configured to acquire tokens for tenant <tenant ID>|<p>The application must configure the credential to allow token acquisition from the requested tenant.|Make one of the following changes in your app:<ul><li>Add the requested tenant ID to `AdditionallyAllowedTenants` on the credential options.</li><li>Add `*` to `AdditionallyAllowedTenants` to allow token acquisition for any tenant.</li></ul></p><p>This exception was added as part of a breaking change to multi-tenant authentication in version `1.7.0`. Users experiencing this error after upgrading can find details on the change and migration in [BREAKING_CHANGES.md](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/BREAKING_CHANGES.md#170).</p> |

0 commit comments

Comments
 (0)