Replies: 2 comments 13 replies
-
Without the approval we are not able to onboard teachers and students to that Institute |
Beta Was this translation helpful? Give feedback.
-
I have an user with that role and still he is not able to see the request for approval in the UI. http://localhost:4200/registry/api/v1//Institute/claims API returns 0 records The decoded jwt token is below { |
Beta Was this translation helpful? Give feedback.
-
I have set up the demo education registry schema locally and using the UI to register and manage the education use cases. When creating an institute it is asking for the affiliation details But when the affiliation details are filled it is going for attestation. As per the schema the attestation would be done by the below
"name": "instituteAffiliation",
"conditions": "(ATTESTOR#$.[*]#.contains('board-cbse'))",
"type": "MANUAL",
"attestorPlugin": "did:internal:ClaimPluginActor?entity=board-cbse",
"attestationProperties": {
"affiliation": "$.affiliation",
"instituteName": "$.instituteName"
How to identify which user can approve this? Should we create default master users who can onboard institutes?
Beta Was this translation helpful? Give feedback.
All reactions