Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signed 1.0 Assertions fail to validate (baked and unbaked) #228

Open
cawrosendo opened this issue Oct 1, 2019 · 2 comments
Open

Signed 1.0 Assertions fail to validate (baked and unbaked) #228

cawrosendo opened this issue Oct 1, 2019 · 2 comments

Comments

@cawrosendo
Copy link

even after fixing 1.1 signed assertions, 1.0 signed assertions still fail.
error messages:
[{'name': 'VERIFY_JWS', 'success': False, 'result': 'Task could not run due to unmet prerequisites.', 'messageLevel': 'ERROR'}, {'name': 'VALIDATE_PROPERTY', 'success': False, 'result': 'IRI property id value uid:640 not valid in unknown type node uid:640', 'messageLevel': 'ERROR', 'node_id': 'uid:640', 'prop_name': 'id'}]

@WhiteRavenTechnology
Copy link

I believe you just have an invalid id format there... I think it should be a UUID for a signed badge, so it should be something like "urn:uuid:123415-asdfasdf-213462346-sdfgsdfg"

@amiller-ims
Copy link
Contributor

The id can probably be a URL or a UUID. But I agree, it appears the id being validated is neither.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants