How to allow an entity to share data with another entity #174
Unanswered
gamemaker1
asked this question in
Issues
Replies: 1 comment 1 reply
-
@gamemaker1 It is not clear to me about the context of Teacher requesting Student info, is it related to claim about marks or something like that? There should be underlying activity / record that needs student info right? If it is claim flow might look something like below, For any other custom process you might need a backend for frontend (BFF) in between to orchestrate the flow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example Scenario
For example, if I create two entities, a
Student
and aTeacher
.Click to see example schemas
Student Schema
Teacher Schema
Now if any application, say the Registry Frontend, wanted to access the
Student
entity's data, they would go through the OAuth-based consent flow, as detailed
here.
However, I have not been able to find anything regarding an entity requesting
access to another entity's data (here, the
Teacher
requesting access to theStudent
entity's data):Could someone please point to anything that would help answer the above questions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions