Skip to content

Commit 05abc13

Browse files
committed
update README
1 parent cb871d4 commit 05abc13

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Four steps are checked, returning a result per step in a log like so:
9898
{
9999
"issuer": {
100100
"federation_entity": {
101-
"organization_name": "DCC did:web test",
101+
"organization_name": "DCC test issuer",
102102
"homepage_uri": "https://digitalcredentials.mit.edu",
103103
"location": "Cambridge, MA, USA"
104104
}
@@ -108,6 +108,31 @@ Four steps are checked, returning a result per step in a log like so:
108108
"type": "dcc-legacy",
109109
"url": "https://digitalcredentials.github.io/sandbox-registry/registry.json"
110110
}
111+
},
112+
{
113+
"issuer": {
114+
"federation_entity": {
115+
"organization_name": "OneUni University",
116+
"homepage_uri": "https://oneuni.edu",
117+
"logo_uri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAB4SURBVEhLY1Da6ENTNGoBQTRqAUE0Yixwkq3X5tNgAANBkRlosvgQERbM0OaAmAwFNLFAkMNdW2KGkwjIE1S3AIFGLSCIRi0giEYtwIHq5Tk0BCEIaDwIwLh89RiKMRBRFkDNxQBUsoAyNGoBQTRqAUE01C3Y6AMAsDxJowXOs6oAAAAASUVORK5CYII="
118+
},
119+
"institution_additional_information": {
120+
"legal_name": "Board and Trustees of OneUni University"
121+
},
122+
"credential_registry_entity": {
123+
"ctid": "ce-e8a41a52-6ff6-48f0-9872-889c87b093b7",
124+
"ce_url": "https://credentialengineregistry.org/resources/ce-e8a41a52-6ff6-48f0-9872-889c87b093b7"
125+
},
126+
"ror_entity": {
127+
"rorid": "042nb2s44",
128+
"ror_url": "https://ror.org/042nb2s44"
129+
}
130+
},
131+
"registry": {
132+
"type": "oidf",
133+
"fetchEndpoint": "https://test.registry.dcconsortium.org/fetch?sub=",
134+
"name": "DCC Member Registry"
135+
}
111136
}
112137
],
113138
"uncheckedRegistries": [

0 commit comments

Comments
 (0)