-
Notifications
You must be signed in to change notification settings - Fork 0
Home
natlibfi-arlehiko edited this page Mar 1, 2019
·
7 revisions
- Authentication is done against external service
- Authorization is done comparing user groups returned from the authentication service against groups in the import profile. Authorization succeeds if the user belongs to any groups specified in the profile.
- The blob is written to db and is made available at /blobs/{id}/content. Metadata is available at /blobs/{id}. The state is set to PENDING_TRANSFORMATION
See BlobMetadataUpdate in api.json for actions the API does on different operations.