Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 7, 2024
1 parent 3e4f6a5 commit 47bbe2d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Once the Host instutution has done the initial processing after the Enrollment R
],
"teachingLanguage": "eng",
"level": "master",
"link": "https://institution.tld/courses/bioinf",
"link": "https://institution.tld/courses/bioinf"
}
},
"issuer": { // The issuer should be an Organization of type root. It represents the institution that is offering the course (offering).
Expand Down Expand Up @@ -153,17 +153,17 @@ receiver and the custom implementation at the host institution?

For the `code` use these values:

| Value | Label |
|-------|--------------------------------------------|
| 200 | 200 - All is good |
| 400 | 400 - Backend error |
| 404 | 404 - Person endpoint not found |
| 409 | 409 - Queue-session validation failed |
| 412 | 412 - Invalid enrollmentRequest |
| 417 | 417 - Token request failed |
| 419 | 419 - eduID not present in the ARP |
| 422 | 422 - Administrative error (already enrolled) |
| 500 | 500 - Not so good |
| Value | Label |
|-------|--------------------------------------------|
| 200 | 200 - All is good |
| 400 | 400 - Backend error |
| 404 | 404 - Person endpoint not found |
| 409 | 409 - Queue-session validation failed |
| 412 | 412 - Invalid enrollmentRequest |
| 417 | 417 - Token request failed |
| 419 | 419 - eduID not present in the ARP |
| 422 | 422 - Administrative error (already enrolled) |
| 500 | 500 - Not so good |

If a value is present for `redirect`, the user will be asked to provide extra
information. A butten will be shown sending the user to the form in a new
Expand Down

0 comments on commit 47bbe2d

Please sign in to comment.