Access with INUBIT credentials

You need to access information that requires authentication with an INUBIT user.

Access with Username/Password

Provide the username and password in Base64 format in the Authorization header.

For the combination username:password it looks like this:

Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Enforce INUBIT user management

Use query parameter ?userType=processEngineUser to enforce INUBIT user management to be used for credential validation.

Example

GET /ibis/rest/<endpoint>?userType=processEngineUser HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Accept: */*
Cache-Control: no-cache
Accept-Encoding: gzip, deflate, br
Connection: keep-alive