Content
View differences
Updated by Pavel Balashou 11 months ago
**As** a SCIM Client
**I want to** my requests to OpenProject SCIM Server API to be properly authenticated.
**Acceptance criteria**
* SCIM Server API requests are authenticated according to the SCIM Client configuration.
* Using bearer token generated by OP. Includes when token is generated right away by the OP and when SCIM client "asks" for it using client credentials
* Signed JWT generated by configured OIDC provider
<br>
**I want to** my requests to OpenProject SCIM Server API to be properly authenticated.
**Acceptance criteria**
* SCIM Server API requests are authenticated according to the SCIM Client configuration.
* Using bearer token generated by OP. Includes when token is generated right away by the OP and when SCIM client "asks" for it using client credentials
* Signed JWT generated by configured OIDC provider
<br>