Skip to content

Commit

Permalink
How to fill inthe myacademicID registration form
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 7, 2024
1 parent b852817 commit 6da352b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 2 deletions.
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
MD013: false
MD029: false
Binary file added images/registration/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/registration/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/registration/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/registration/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ receiver and the custom implementation at the host institution?
- How do I connect to MyAcademicID?
- The enrollment receiver needs to be connected as a relying party to
MyAcademicID. The API server needs to be connected as a Resource Server.
Both can be registered by filling in this
[myacademic id registration form](https://wiki.geant.org/display/SM/Registering+services+on+MyAcademicID)
Both can be registered by [filling in the myacademic id registration form](./registration.md)
40 changes: 40 additions & 0 deletions registration.md
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.

0 comments on commit 6da352b

Please sign in to comment.