Client-Credential-Flow with IDP
To integrate a Custom Identity Provider (IDP) to the fulfillmenttools platform, the OAuth 2.0 definition of a Client-Credential-Flow can be used. In this case, the platform automatically creates an internal OIDC (OpenID Connect) service user based on the information contained in the access token.
To enable the Client-Credential-Flow, configure an application with an IDP. The appid
provided in the access token serves as the unique identifier within the fulfillmenttools platform. OIDC service users can be assigned any roles available to human users.
Last updated