Commit Graph

86 Commits

Author SHA1 Message Date
Markus Gylling 0eae29e54a correct vc module version 2022-10-20 13:45:50 +02:00
Markus Gylling 8e19b8ad89 remove spurious binary 2022-10-20 13:45:41 +02:00
Markus Gylling c48bd72b2d Merge pull request #41 from imsglc/vc-ob-clr
add alpha implementations of ob3 and clr2 validators
2022-10-20 13:33:41 +02:00
Markus Gylling f6e8659251 Merge branch 'develop' into vc-ob-clr 2022-10-20 13:33:20 +02:00
Andy Miller (IMS) 5941a9ab4e Update ob30 samples 2022-09-15 13:06:35 -07:00
Markus Gylling 4e35622d92 Update ob and clr schemas (renders from unifiedmodel) 2022-09-15 13:59:33 +02:00
Andy Miller (IMS) 66fd9e4bf8 Merge branch 'vc-ob-clr' of https://github.com/imsglc/ims-inspector into vc-ob-clr 2022-09-09 12:07:27 -07:00
Andy Miller (IMS) f08e835e95 Decode the public key before giving it to Ed25519Signature2020LdVerifier 2022-09-09 12:07:22 -07:00
Andy Miller (IMS) 07b3abcc57 Update simple.json 2022-09-09 12:06:10 -07:00
Markus Gylling f8be060e5f Merge branch 'vc-ob-clr' of https://github.com/imsglc/ims-inspector into vc-ob-clr 2022-09-09 19:54:31 +02:00
Markus Gylling b9eb3744d7 Update CachingDocumentLoader.java 2022-09-09 19:54:17 +02:00
Andy Miller (IMS) 1e63fdc9b3 Fix key-formats-java version 2022-09-09 10:34:02 -07:00
Andy Miller (IMS) 5064f428ec Update CachingDocumentLoader.java
Add 'contexts/' to path
2022-09-09 09:58:55 -07:00
Andy Miller (IMS) 9f6aeb5aed Merge branch 'vc-ob-clr' of https://github.com/imsglc/ims-inspector into vc-ob-clr 2022-09-09 09:13:44 -07:00
Andy Miller (IMS) f3d8b5ace6 Update context URLs 2022-09-09 09:11:38 -07:00
Markus Gylling 04cb5dd034 update contexts URLs 2022-09-09 10:27:01 +02:00
Markus Gylling 2ee1e92e6b add new contexts to cache 2022-09-09 10:23:54 +02:00
Markus Gylling 341a15b90a add trial impl of embedded proof verification using verifiable-credentials-java 2022-09-09 09:13:13 +02:00
Markus Gylling 3c0a09624e clean up prooftype getter 2022-09-01 18:48:17 +02:00
Markus Gylling e413bc1e68 Clean up schema provisioning 2022-09-01 18:46:48 +02:00
Markus Gylling 9da0e784a6 clean up clr step #2 2022-09-01 13:44:47 +02:00
Markus Gylling 23a34bd470 cleanup clr step #1 2022-09-01 11:05:44 +02:00
Markus Gylling 41f06f85e0 Update OB30Inspector.java 2022-08-31 22:53:38 +02:00
Markus Gylling e1d4f76046 add credential subject probe 2022-08-31 22:44:22 +02:00
Markus Gylling ccdcd6b0a5 add context probe 2022-08-31 22:44:06 +02:00
Markus Gylling e574c51faf use multikeymap 2022-08-31 21:42:00 +02:00
Markus Gylling bbcfac14fc add @context value check probe 2022-08-31 20:30:10 +02:00
Markus Gylling 5e6a277185 clean up endorsementinspector 2022-08-31 19:48:29 +02:00
Markus Gylling ef74f679fc Update IronTests.java 2022-08-31 16:57:12 +02:00
Markus Gylling 7c7d283530 clean up filenames 2022-08-31 15:04:32 +02:00
Miles Lyon 469d60eae3 Added endorsements, but need to generate more examples, fix proofs and add more unit tests to confirm I am grabbing the right schemas, etc... 2022-08-15 14:22:32 -04:00
Miles Lyon a7402e5a73 Everything except endorsements, fixing CLR sample with proof and a few sanity checks. 2022-08-12 16:09:17 -04:00
Miles Lyon 79b0932529 Filling out embedded verifiable credential inspector. 2022-08-12 15:04:53 -04:00
Miles Lyon 0545dbf9e3 Introduced an OB validation error while adding CLR. Fixed a missing 'else if' 2022-08-09 14:49:54 -04:00
Markus Gylling 7bd39bccaa Merge branch 'main' into develop 2022-08-08 17:22:11 +02:00
Markus Gylling 2c3f639f62 Merge pull request #37 from imsglc/vc-add-clr
Vc add clr
2022-08-08 13:47:32 +02:00
Miles Lyon a8ffcaae37 Undid POM exclusions and commented out mvn enforcer to address issues with missing runtime jars. 2022-08-02 15:09:52 -04:00
Miles Lyon c42ca86915 WIP, but need to hash out with Markus a few things. 2022-07-31 14:19:29 -07:00
Miles Lyon 0c855ec71e WIP, CLR Inspector. Inline Schema probe having an issue that I need to dig deeper into. 2022-07-19 15:51:44 -04:00
Miles Lyon 81b133ec84 Basline simple.json with inspector and one test. 2022-07-19 10:13:33 -04:00
mlyon-ims 766d859b2f Merge pull request #35 from imsglc/uri-upload
Uri upload
2022-07-19 09:47:49 -04:00
Miles Lyon 9f95ba4652 Conditional upload for validators (uri or file upload). Added exceptions for POM conflicts between auth0 and iron verifiable credentials (and iron-vc with itself). 2022-07-18 15:34:23 -04:00
Markus Gylling 67232f5b1d add unit test for JsonSchemaProbe 2022-07-13 21:27:09 +02:00
Markus Gylling a766a83fd0 Fixes #33 2022-07-13 20:07:19 +02:00
Miles Lyon b74d62e218 WIP with adding Open Badges Validator and new optional URI submission to validate form. 2022-07-12 16:46:50 -04:00
Markus Gylling 59642ac5ab normalize variable names, add break 2022-07-12 12:59:23 +02:00
Miles Lyon 9ab087f026 Added in code to fetch jwk from a url. 2022-07-08 10:51:18 -04:00
Miles Lyon 0f41d00a00 Rebaked simple PNG image with latest example to fix broken unit tests. 2022-07-08 10:31:33 -04:00
Miles Lyon 2b6cf3311f Updated testing SVG with a credential containing a valid proof. 2022-07-08 10:03:49 -04:00
Markus Gylling ec689cc110 update pom 2022-07-08 12:25:47 +02:00