Skip to content

Commit 38b6b0f

Browse files
added exclude credential
1 parent ca9fb7e commit 38b6b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/trusted-signing/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ sections:
146146
answer: |
147147
| Error | Details |
148148
| :------------------- | :------------------- |
149-
| 400 | An Azure authentication error. This error is due to caching of certificates. Add `"ExcludeCredentials": ["SharedTokenCacheCredential"]` to your JSON file. For more information, see [DefaultAzureCredential Class (Azure.Identity)](/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet). |
149+
| 400 | An Azure authentication error. This error is due to caching of certificates. Add `"ExcludeCredentials": ["<include list of credentials to be excluded>"]` to your JSON file. For more information, see [DefaultAzureCredential Class (Azure.Identity)](/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet). |
150150
| 401 | You aren't authenticated. Sign out and sign back in. |
151151
| 404 | Ensure that no changes were made to your configuration or firewalls rules. |
152152
| "MsalUiRequiredException" | Typically occurs due to the local cache. The error resolves after the cache is refreshed from Azure. |

articles/trusted-signing/how-to-device-guard-signing-service-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Device Guard Signing Service migration to Trusted Signing
33
description: Learn how to migrate from Device Guard Signing Service (DGSSv2) to Trusted Signing for code integrity policy
4-
author: mehasharma
4+
author: meha
55
ms.author: mesharm
66
ms.service: trusted-signing
77
ms.topic: how-to

0 commit comments

Comments
 (0)