Skip to content

Commit fc41e67

Browse files
Merge pull request #212145 from cljung/cljung-vc-post-ga-08
Note on how to self-test DID registration
2 parents c4ca96a + 3ee4355 commit fc41e67

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

articles/active-directory/verifiable-credentials/admin-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,9 @@ example:
968968

969969
| Property | Type | Description |
970970
| -------- | -------- | -------- |
971-
|`url`| string (url) | url of the logo (optional if image is specified) |
971+
|`uri`| string (uri) | uri of the logo (optional if image is specified) |
972972
|`description` | string | the description of the logo |
973-
|`image` | string | the base-64 encoded image (optional if url is specified) |
973+
|`image` | string | the base-64 encoded image (optional if uri is specified) |
974974

975975
#### displayConsent type
976976

articles/active-directory/verifiable-credentials/how-to-dnsbind.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ If the trust system is ION, once the domain changes are published to ION, the do
152152

153153
Congratulations, you now have bootstrapped the web of trust with your DID!
154154

155+
## How can I verify that the verification is working?
156+
157+
The portal verifies that the `did-configuration.json` is reachable and correct when you click the **Refresh verification status** button. You should also consider verifying that you can request that URL in a browser to avoid errors like not using https, a bad SSL certificate or the URL not being public. If the `did-configuration.json` file cannot be requested anonymously in a browser or via tools such as `curl`, without warnings or errors, the portal will not be able to complete the **Refresh verification status** step either.
158+
159+
>[!NOTE]
160+
> If you are experiencing problems refreshing your verification status, you can troubleshoot it via running `curl -Iv https://yourdomain.com/.well-known/did-configuration.json` on an machine with Ubuntu OS. Windows Subsystem for Linux with Ubuntu will work too. If curl fails, refreshing the verification status will not work.
161+
155162
## Linked Domain domain made easy for developers
156163

157164
The easiest way for a developer to get a domain to use for linked domain is to use Azure Storage's static website feature. You can't control what the domain name will be, other than it will contain your storage account name as part of it's hostname.

articles/active-directory/verifiable-credentials/how-to-register-didwebsite.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ The DID document in the `did.json` file needs to be republished if you changed t
4949

5050
## How can I verify that the registration is working?
5151

52-
The portal verifies that the `did.json` is reachable and correct when you click the [**Refresh registration status** button](#how-do-i-register-my-website-id). You should also consider verifying that you can request that URL in a browser to avoid errors like not using https, a bad SSL certificate or the URL not being public. If the `did.json` file cannot be requested anonymously in a browser, without warnings or errors, the portal will not be able to complete the **Refresh registration status** step either.
52+
The portal verifies that the `did.json` is reachable and correct when you click the [**Refresh registration status** button](#how-do-i-register-my-website-id). You should also consider verifying that you can request that URL in a browser to avoid errors like not using https, a bad SSL certificate or the URL not being public. If the `did.json` file cannot be requested anonymously in a browser or via tools such as `curl`, without warnings or errors, the portal will not be able to complete the **Refresh registration status** step either.
53+
54+
>[!NOTE]
55+
> If you are experiencing problems refreshing your registration status, you can troubleshoot it via running `curl -Iv https://yourdomain.com/.well-known/did.json` on an machine with Ubuntu OS. Windows Subsystem for Linux with Ubuntu will work too. If curl fails, refreshing the registration status will not work.
5356
5457
## Next steps
5558

0 commit comments

Comments
 (0)