Developer
Entitlement services
Generic entitlement interface
11min
The generic entitlement allows you to connect your entitlement service to Purple.
It offers two basic authentication models:
- Username / Password
- OAuth 2.0 with OpenID
There are sample implementations available for both models:
For username / password entitlements there are four main operations to implement in your backend service:
For the OAuth 2.0 with OpenID entitlement you need an OAuth 2.0 / OpenID authentication server, e.g. Keycloak, and a server for with an endpoint to provide the user entitlements, like the username / password entitlement does.
Updated 11 Jul 2024
Did this page help you?