Die INUBIT Version 7.4 wird nicht mehr gewartet.

Sollten Sie diese INUBIT Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten INUBIT Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

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