JJK / Plenigo
This entitlement integration works by using JJK to provide the authentication and Plenigo to provide the authorization. User login via OAuth 2.0 using the JJK system and the entitlements are then retrieved from Plenigo using the customer Id provided in the JJK token.
The unique access right IDs from Plenigo are matched against the external ID of publications.
Parameter name | Type | Description |
---|---|---|
URL | String | The server uses this endpoint for API calls to JJK. |
Client ID | String | Client ID as provided by JJK. |
Client Secret | String | Client Secret as provided by JJK. |
Plenigo API URL | String | Plenigo API endpoint |
Plenigo Partner Token | String | Plenigo Partner Token |
Plenigo Access Right Unique IDs | String | Comma-separated list of unique IDs of the required access rights. |
Cache Validity in Minutes | Number | Number of minutes the users entitlements are cached. |
Fallback Cache Validity in Minutes | Number | Number of minutes the users entitlements are used in case of a failure to update the entitlements. |