Skip to content

Commit

Permalink
Remove 'guest' refrences
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 6, 2024
1 parent aa1fe4f commit 82ca888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connecting-ooapi.endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Eduxchange utilizes OOAPI for the following processes:

1. **Retrieving information about educational offerings** to display on [eduxchange.nl](http://eduxchange.nl/) or eduxchange.eu.
2. **Enrolling students** in educational offerings.
3. **Transmitting students' grades** from the guest institution back to the home institution.
3. **Transmitting students' grades** from the host institution back to the home institution.

## Implementation Guidelines

Expand Down
2 changes: 1 addition & 1 deletion dataformat.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To validate a student is still active at the home institution, the backend can s

## Sending Results

The backend can send the guest-users' results to the home institution by POST'ing an OOAPI association object to the `/api/results` endpoint of the subscription receiver. It will add the necessary authentication, and forward the request to the home institution. It will use the `personId` in the association object to find the correct oauth token for the user.
The backend can send the users' results to the home institution by POST'ing an OOAPI association object to the `/api/results` endpoint of the subscription receiver. It will add the necessary authentication, and forward the request to the home institution. It will use the `personId` in the association object to find the correct oauth token for the user.

Also read the informaion about [Consumers and Profiles](https://openonderwijsapi.nl/#/technical/consumers-and-profiles/eduxchange)

Expand Down

0 comments on commit 82ca888

Please sign in to comment.