You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/verifiable-credentials/how-to-opt-out.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: karenhoran
7
7
ms.service: active-directory
8
8
ms.topic: how-to
9
9
ms.subservice: verifiable-credentials
10
-
ms.date: 04/01/2021
10
+
ms.date: 02/08/2022
11
11
ms.author: barclayn
12
12
13
13
#Customer intent: As an administrator, I am looking for information to help me disable
@@ -24,47 +24,48 @@ In this article:
24
24
25
25
> [!IMPORTANT]
26
26
> Azure Active Directory Verifiable Credentials is currently in public preview.
27
-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
27
+
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
28
28
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
29
29
30
30
## Prerequisites
31
31
32
32
- Complete verifiable credentials onboarding.
33
33
34
-
## Potential reasons for opting out
34
+
## When do you need to opt out?
35
35
36
-
At this time, we don't have the ability to make modifications to the domain information. As a result, if you make a mistake or decide that you want to make a change, there is no other option available besides opting out and starting again.
36
+
Opting out is a one-way operation, after you opt-out your Azure Active Directory Verifiable Credentials environment will be reset. During the Public Preview opting out may be required to:
37
+
- Enable new service capabilities.
38
+
- Reset your service configuration.
37
39
38
-
## The steps required
40
+
## What happens to your data when you opt-out?
39
41
40
-
1. From the Azure portal search for verifiable credentials.
41
-
2. Choose **Settings** from the left side menu.
42
-
3. Under the section, **Reset your organization**, select **Delete all credentials, and opt out of preview**.
42
+
When you complete opting out of the Azure Active Directory Verifiable Credentials service, the following actions will take place:
- The DID keys in Key Vault will be [soft deleted](../../key-vault/general/soft-delete-overview.md).
45
+
- The issuer object will be deleted from our database.
46
+
- The tenant identifier will be deleted from our database.
47
+
- All of the verifiable credentials contracts will be deleted from our database.
45
48
46
-
4. Read the warning message and to continue select **Delete and opt out**.
49
+
Once an opt-out takes place, you won't be able to recover your DID or conduct any operations on your DID. This step is a one-way operation, and you need to opt in again, which results in a new environment being created.
47
50
48
-

51
+
## Effect on existing verifiable credentials
49
52
50
-
You have now opted out of the Verifiable Credentials Preview. Keep reading to understand what is happening under the hood.
53
+
All verifiable credentials already issued will continue to exist. They won't be cryptographically invalidated as your DID will remain resolvable through ION.
54
+
However, when relying parties call the status API, they will always receive back a failure message.
51
55
52
-
## What happens to your data?
56
+
## How to opt-out from the Azure Active Directory Verifiable Credentials Public Preview?
53
57
54
-
When you complete opting out of the Azure Active Directory Verifiable Credentials service, the following actions will take place:
58
+
1. From the Azure portal search for verifiable credentials.
59
+
2. Choose **Organization Settings** from the left side menu.
60
+
3. Under the section, **Reset your organization**, select **Delete all credentials, and opt out of preview**.
55
61
56
-
- The DID keys in Key Vault will be [soft deleted](../../key-vault/general/soft-delete-overview.md).
57
-
- The issuer object will be deleted from our database.
58
-
- The tenant identifer will be deleted from our database.
59
-
- All of the contracts objects will be deleted from our database.
62
+
:::image type="content" source="media/how-to-opt-out/settings-reset.png" alt-text="Section in settings that allows you to reset your organization":::
60
63
61
-
Once an opt-out takes place, you will not be able to recover your DID or conduct any operations on your DID. This step is a one-way operation, and you need to opt in again, which results in a new DID being created.
62
64
63
-
## Effect on existing verifiable credentials
65
+
4. Read the warning message and to continue select **Delete and opt out**.
64
66
65
-
All verifiable credentials already issued will continue to exist. They will not be cryptographically invalidated as your DID will remain resolvable through ION.
66
-
However, when relying parties call the status API, they will always receive back a failure message.
67
+
:::image type="content" source="media/how-to-opt-out/delete-and-opt-out.png" alt-text="settings delete and opt out":::
67
68
68
69
## Next steps
69
70
70
-
- Set up verifiable credentials on your [Azure tenant](get-started-verifiable-credentials.md)
71
+
- Set up verifiable credentials on your [Azure tenant](verifiable-credentials-configure-tenant.md)
0 commit comments