Skip to content

Commit

Permalink
More MyAcademicIS stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 2, 2024
1 parent f61d59d commit b852817
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,33 @@ receiver and the custom implementation at the host institution?
location. Please use a widely used library for all openID parts, instead
of builing it.
- How can we start an enrollment for testing?
- There is a [demo enrollment receiver](https://demobroker.eduxchange.eu/)
- There is a [demo enrollment broker](https://demobroker.eduxchange.eu/)
available for testing.
- To connect to the demo enrollment broker, edit this yaml document
and send it to Peter:

``` yaml
schacHome: demoinst02.eduxchange.eu
name: Demo 02 home
abbreviation: Demo02home
courseEndpoint: "https://demoinst02.eduxchange.eu/basic/offerings"
personsEndpoint: "https://demoinst02.eduxchange.eu/persons/me"
personAuthentication: HEADER
associationsEndpoint: "https://demoinst02.eduxchange.eu/associations"
authenticationEndpoint: "https://demoinst01.eduxchange.eu/api/enrollment"
registrationEndpoint: "https://demoinst01.eduxchange.eu/api/start"
registrationUser: "user"
registrationPassword: "secret"
logoURI: https://static.surfconext.nl/logos/idp/surf.png
scopes: demoinst02.eduxchange.eu/persons demoinst02.eduxchange.eu/results
privacyEndpoint: https://www.surf.nl/studentmobiliteit
useEduHubForOffering: False
useQueueIt: False
```
- What are scopes? What should I use for scopes?
- 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)

0 comments on commit b852817

Please sign in to comment.