...
...
Jira Legacy | ||
---|---|---|
|
...
|
Table of Contents | ||
---|---|---|
|
...
- handlers
- filters
There should be exactly one handler for each path. That will be of request-response type by default.
...
OKAPI log: okapi-post-note-type.log
Summary
- tenant resolution can be integrated into the request flow as filter at "pre" phase
- create a POC to test the approach with tenant resolution module acts as a filter
- POC should also include some basic logic to support Consortia business requirements at least for
- mod-kb-ebsco-java and
- mod-notes
- examine any possible issues with replaced tenant
- in particular the potential difference between tenant value in x-okapi-tenant and x-okapi-token headers
- POC should also include some basic logic to support Consortia business requirements at least for
Reference information:
- Okapi Guide and Reference
- Okapi Security Model
- Sample responses of calls issued during authorization
- Diagram source files
- Simple case: get-notes.puml
- Advanced case: post-notes.puml
...