Dansk

Gruppen bruges af operationer, men er ikke erklæret i specifikationens tag-liste, så den har ingen beskrivelse af sig selv.

1 operation
GET /callbacks/patron/auth CallbackPatronAuthentication

Callback endpoint for Patron SSO authentication.

Callback endpoint for Patron SSO authentication. If the login is successful, the query parameters 'code' and 'state' are required. Otherwise, the query parameter 'error' is required.

Parametre

code
query · stringThe code obtained from the SSO patron login.
state
query · stringThe state send to the SSO patron login.
app_redirect_url
query · string (uri)The app redirect url send to the SSO patron login.
error
query · string enumA machine-readable error code indicating why the operation failed. Its presence signifies a failure and should be handled accordingly by the Vendor Backend.
error_description
query · stringA human-readable text providing additional details about the error. This is intended for logging and debugging purposes.
Fælles for operationerne: version. Se den fælles kontrakt på versionssiden.

Svar

Fejlsvar: 302 — Se den fælles kontrakt på versionssiden.