-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to fill inthe myacademicID registration form
- Loading branch information
Showing
7 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
MD013: false | ||
MD029: false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Registration at MyAcademicID | ||
|
||
## Relying Party (RP) | ||
|
||
The Generic part os the Enrollment Receiver handles authentication and OIDC | ||
tokens. It should be registerd at the MyAcademicID Service. | ||
|
||
1. Go to [the registration form](https://webapp.prod.erasmus.eduteams.org/sp_request) | ||
and log in using your institutional account. | ||
|
||
![log in](./images/registration/1.png) | ||
|
||
2. Fill in all the fields under `Requester Details` and `Organization information` | ||
3. Enter the service details. Using the name and logo of your institution. | ||
|
||
![service details](./images/registration/2.png) | ||
|
||
4. Fill in the fields under `Contact information` and | ||
`Service provider policies`. Use [https://eduxchange.eu/privacy](https://eduxchange.eu/privacy) | ||
for the privacy policy. | ||
|
||
![service details](./images/registration/3.png) | ||
|
||
5. Under `Technical Information`, select `Authorization Code Flow` and | ||
`Refresh Token`. Enter the redirect url as the domein name where the enrollment | ||
receiver van be reached, and add `/redirect_uri/`. | ||
|
||
![Technical Information](./images/registration/4.png) | ||
|
||
6. Add a comment in the `Additional information` mentioning this is a euroteq | ||
service. | ||
7. Submit the form. You will receive a confirmation email | ||
|
||
## Resource Server (RS) | ||
|
||
The Protected OpenEducationAPI endpoints are connected as a resource Server | ||
using [the same form](https://webapp.prod.erasmus.eduteams.org/sp_request). | ||
|
||
Add a comment to the `Additional information` field te indicate this is a | ||
resource server, connected to the Euroteq services. |