Commit Graph

224 Commits

Author SHA1 Message Date
Andy Miller (IMS)
dd29a8f023 Switch to ConfigurableDocumentLoader 2022-12-29 13:26:50 -08:00
Xavi Aracil
de1bca76e3 Revert "Flatten recursively"
This reverts commit f95181db11405c0d3f88bbf78587bd83413a5efd.
2022-12-21 10:12:56 +01:00
Xavi Aracil
d6a85ad00d Merge pull request #67 from imsglc/feature/open-badges-20
Feature/open badges 20
2022-12-21 09:50:32 +01:00
Andy Miller (IMS)
eb5cd65985 Add valid endorsement test 2022-12-20 13:00:26 -08:00
Andy Miller (IMS)
df646b502b Add endorsement test 2022-12-20 12:55:32 -08:00
Andy Miller (IMS)
043f4b6a25 Replace run(resource) override to inspect standalone endorsement 2022-12-20 12:54:59 -08:00
Xavi Aracil
1e51ac3909 Fixed valueOf: check external only if value is not null 2022-12-20 13:08:28 +01:00
Xavi Aracil
c4666c4913 Flatten recursively 2022-12-20 13:08:04 +01:00
Xavi Aracil
810bb023bc Check against null values 2022-12-20 13:07:45 +01:00
Xavi Aracil
1677a0b359 Added a UriFactory for allowing local resources in testing 2022-12-15 15:41:24 +01:00
Xavi Aracil
e7de6c6ebc Added message about redirection 2022-12-15 13:33:41 +01:00
Xavi Aracil
682c9d9d4d Better report messages 2022-12-15 13:32:26 +01:00
Xavi Aracil
766228bbad Finished extension validation 2022-12-15 13:32:13 +01:00
Xavi Aracil
1818fdabf5 initial extension probe, only checks contexts 2022-12-15 12:44:59 +01:00
Xavi Aracil
727bd8194b Added extension tests 2022-12-14 08:14:33 +01:00
Xavi Aracil
3b335867fe Save loaded contexts in internal cache 2022-12-14 08:14:18 +01:00
Xavi Aracil
cb60fd11ed Added endorsement inspector for OB 2.0 2022-12-13 14:30:55 +01:00
Xavi Aracil
55ef973efe Fixed fetch condition 2022-12-13 13:06:50 +01:00
Xavi Aracil
419beae7ca Add resource to run context 2022-12-13 13:06:35 +01:00
Xavi Aracil
c7dee3bdf7 Endorsements validation 2022-12-13 10:46:34 +01:00
Xavi Aracil
e47061de8d Added more image validation tests 2022-12-12 18:26:16 +01:00
Xavi Aracil
59c96d68d1 Added image validation tests 2022-12-12 18:04:53 +01:00
Xavi Aracil
ed74e2a60d Added revocation list tests 2022-12-12 17:19:26 +01:00
Xavi Aracil
caea0b50f4 Added related validation test, fixing fullValidate 2022-12-12 16:14:18 +01:00
Xavi Aracil
8260d7e7aa Fixed rdf validation tests 2022-12-12 15:06:17 +01:00
Xavi Aracil
8daa897e81 Added expiration tests 2022-12-12 15:06:08 +01:00
Xavi Aracil
e8a6b33813 Added verification dependencies validation 2022-12-12 14:36:47 +01:00
Xavi Aracil
747a93e670 Added Rdf Type validation test 2022-12-12 14:08:44 +01:00
Xavi Aracil
de610f7f3e Added tests for validations 2022-12-12 13:02:57 +01:00
Xavi Aracil
6eb8b66560 Added issuer with compact iri test 2022-12-12 11:10:38 +01:00
Xavi Aracil
d852003526 Fix issuer url 2022-12-12 11:10:19 +01:00
Xavi Aracil
c7f4dc8afa Fixed regular expression validation 2022-12-12 10:41:04 +01:00
Xavi Aracil
e4da345869 Added test for assertion withou publick key 2022-12-12 10:40:12 +01:00
Xavi Aracil
48a3de0968 Added basic language test 2022-12-12 09:39:12 +01:00
Xavi Aracil
a4d8a1692f Added JWT signature verification 2022-12-09 14:27:09 +01:00
Xavi Aracil
dbee83068f Got verification object from graph 2022-12-09 12:27:48 +01:00
Xavi Aracil
1133628f5f Back to previous value 2022-12-09 12:27:37 +01:00
Xavi Aracil
52b94777ce Added revocation list probe to OB 2.0 2022-12-07 17:55:01 +01:00
Xavi Aracil
c96dd7726a Removed unused import 2022-12-07 17:41:14 +01:00
Xavi Aracil
288e67e166 Default return for non existent field is success 2022-12-07 17:41:02 +01:00
Xavi Aracil
4219785be4 Added revocation list for fetch 2022-12-07 17:40:08 +01:00
Xavi Aracil
3c094f53ef Fixed default allowed origins when the issuerId is not an url 2022-12-07 16:08:29 +01:00
Xavi Aracil
e1f9c31b7b Fixed badge url in test resource 2022-12-07 15:55:47 +01:00
Xavi Aracil
3f3276485d remove setter call with default boolean value 2022-12-07 15:27:25 +01:00
Xavi Aracil
7580a2c56b More validations and prerequisites 2022-12-06 15:44:15 +01:00
Xavi Aracil
746300ab42 Added basic jws test 2022-12-02 11:29:09 +01:00
Xavi Aracil
2492aa28f3 Set assertion property name for JWS 2022-12-02 11:29:00 +01:00
Xavi Aracil
550dde03f6 Generic property name for credential into jws 2022-12-02 11:28:40 +01:00
Xavi Aracil
d286347294 Added issuedon and expiration probes 2022-12-01 12:38:20 +01:00
Xavi Aracil
d334c0f143 Generic ExpirationProbe 2022-12-01 12:34:36 +01:00
Xavi Aracil
ce89968837 generic IssuanceProbe 2022-12-01 12:30:34 +01:00
Xavi Aracil
739facfe06 Fixed tests 2022-12-01 12:30:09 +01:00
Xavi Aracil
c53d6405c4 Cache context for faster tests 2022-12-01 12:30:01 +01:00
Xavi Aracil
d604f213be Added test with non-http issuer 2022-11-30 18:50:01 +01:00
Xavi Aracil
d6e0d85d2f Added issuer property validations 2022-11-30 18:49:31 +01:00
Xavi Aracil
92ad87c6bc Several ways to get the id 2022-11-30 18:48:56 +01:00
Xavi Aracil
dc0f501772 Gotten the right resource from context 2022-11-30 18:48:17 +01:00
Xavi Aracil
91efffa848 Validation probes moved to its own package 2022-11-30 12:45:54 +01:00
Xavi Aracil
60e0187052 Added image validation 2022-11-30 10:52:38 +01:00
Xavi Aracil
d3667e580c New validation probe for rdf types 2022-11-30 10:52:21 +01:00
Xavi Aracil
0d6d97cd4f Validate properties in Assertion 2022-11-29 18:06:36 +01:00
Xavi Aracil
1cc64d2ae9 Basic validation of nodes which are not Id 2022-11-29 11:24:32 +01:00
Xavi Aracil
2f11941ebd Pass node to reportForNonExistentProperty 2022-11-28 15:03:21 +01:00
Xavi Aracil
4267423273 Added validations by type 2022-11-28 14:22:15 +01:00
Xavi Aracil
7cd9103001 Two type of generic property probes, depending of the type of validations 2022-11-28 14:17:10 +01:00
Xavi Aracil
521cce5dd4 Added invalid type test 2022-11-25 14:27:44 +01:00
Xavi Aracil
5cb232ea5b Added invalid context test 2022-11-25 14:09:17 +01:00
Xavi Aracil
c72d1de7f4 Generic ContextPropertyProbe 2022-11-25 13:56:39 +01:00
Xavi Aracil
2560281420 Moved getContext to CredentialEnum 2022-11-25 13:56:19 +01:00
Xavi Aracil
c88f776552 Removed unused imports 2022-11-25 13:55:55 +01:00
Xavi Aracil
f4f44f61ff Return empty list when node is an object 2022-11-25 13:55:08 +01:00
Xavi Aracil
82ab70eaf9 Added TypePropertyProbe 2022-11-25 12:54:37 +01:00
Xavi Aracil
bf3f93e59e credentialType now is of the interface type 2022-11-25 12:54:17 +01:00
Xavi Aracil
cc33dd4068 Generic TypePropertyProbe 2022-11-25 12:48:11 +01:00
Xavi Aracil
a46fcbff9a Refactor probes, extracted out to a generic class 2022-11-25 08:45:38 +01:00
Xavi Aracil
40b34cce13 Use JsonNodeUtils to manage array nodes 2022-11-25 08:28:07 +01:00
Xavi Aracil
543a2c5bdb Refactored out to a new package 2022-11-24 17:09:21 +01:00
Xavi Aracil
b948a6fa2b Add JSON-LD Validation probe to OB20 2022-11-24 17:07:23 +01:00
Xavi Aracil
20ca615e46 Added simple badge class test 2022-11-24 17:07:10 +01:00
Xavi Aracil
f17f8913bc Add simple badgeclass sample 2022-11-24 17:06:55 +01:00
Xavi Aracil
24a2e02fe6 Added simple png test 2022-11-24 14:37:48 +01:00
Xavi Aracil
a629fc8372 Redirect warning in compaction 2022-11-24 13:51:04 +01:00
Xavi Aracil
0ba347d8f0 Added redirection sample 2022-11-24 13:50:48 +01:00
Xavi Aracil
ca8050d790 Added basic test, using test inspector 2022-11-24 12:01:53 +01:00
Xavi Aracil
6f7b1f710a Added parse and compaction probes 2022-11-24 12:01:35 +01:00
Xavi Aracil
af48747b57 Added a test OB20 inspector, with local redirections 2022-11-24 12:01:05 +01:00
Xavi Aracil
f97b01da82 New probe for compacting JSONLD documents 2022-11-24 11:59:52 +01:00
Xavi Aracil
2d6d93041f Allow redirection of url to local resources 2022-11-24 11:58:48 +01:00
Xavi Aracil
7ee4475917 Added OB 20 context file 2022-11-24 11:58:07 +01:00
Xavi Aracil
579e19a929 Added new method for getting context uris 2022-11-24 11:55:58 +01:00
Xavi Aracil
677caf6f21 Updated samples 2022-11-24 11:15:53 +01:00
Xavi Aracil
c47a04aa8c type property is an string node, not an array 2022-11-24 09:11:22 +01:00
Xavi Aracil
904c97aced Set additional context keys for testing 2022-11-23 17:22:53 +01:00
Xavi Aracil
b7e7aa2c5d Back to CachedDocumentLoader 2022-11-23 17:18:16 +01:00
Xavi Aracil
19c97f2937 Adap CachingDocumentLoader to ConfigurableDocumentLoader 2022-11-23 17:18:02 +01:00
Xavi Aracil
7beb69f87b AbstractBaseCredential renamed to Credential 2022-11-23 09:08:42 +01:00
Xavi Aracil
3ab9c52300 Credential renamed to VerifiableCredential 2022-11-23 09:07:49 +01:00
Xavi Aracil
0e077c7256 First empty inspector for OB20 2022-11-22 18:04:42 +01:00
Xavi Aracil
e56739370f Set new context keys and use the new credentials builder 2022-11-22 18:04:29 +01:00
Xavi Aracil
6c9485cf02 parse now return the generic credential, with keys from context 2022-11-22 18:04:02 +01:00