Setup Client credential flow
Last updated
Was this helpful?
Last updated
Was this helpful?
See Setup for obtaining required in information before configuring authentication.
Get Access token URL value from IFS Cloud.
Create one IFS service user and link it to new IAM Client.
Create IFS service user
Create IFS user type of Service User.
IFS Service user permissions
Minimum privileges in that service user needs are
CONNECT system privilege
ProjectionExplorer projection
This enables the OData Connector to get projection list from IFS.
If Client Credentials authentication is used in Runtime setup (debugging in Studio or for integrations for example), service user must be granted
all projections required by flows
company and site setup to enable data visibility etc.
Create IFS IAM Client
Create IAM client like in example and link it to IFS service user.
From saved IAM client, copy
Client ID (character size matters, NC_FlowClientCred is not the same as NC_FLOWCLIENTCRED) to OData connectors Client ID and
generated Secret to OData connectors Client Secret.
Set default value of openid microprofile-jwt to OData connectors Scope(s).
Flow User setup has no link to IFS user so there are no special requirements for flow user setup.