Dansk

Ingen beskrivelse i specifikationen.

3 operationer
GET /patron/registration/identity-provider RegisterPatronByIdentityProvider

This will redirect the user to the chosen identity provider, for signup.

This will redirect the user to the chosen identity provider, and create the user in the LMS. [See a sequence flow diagram](https://storage.googleapis.com/open-library-api-files/images/idp.png).

Parametre

typepåkrævet
query · stringIdentity provider type. The different types are defined in the /configuration endpoint.
Fælles for operationerne: version. Se den fælles kontrakt på versionssiden.

Svar

Fejlsvar: 400 · 401 — Se den fælles kontrakt på versionssiden.
POST /patron/registration/possible IsPatronRegistrationPossible

This will tell if it is possible to register a new patron, using the given identifier.

This will tell if it is possible to register a new patron, using the given identifier. The patron can then be registered through `POST /patron/registration/identifier`.

Parametre

Fælles for operationerne: version. Se den fælles kontrakt på versionssiden.

Request body

application/json · påkrævet

IsPatronRegistrationPossibleRequestBody

Svar

Fejlsvar: 400 · 401 — Se den fælles kontrakt på versionssiden.