Service account

Does a service account is needed to create an integration object (used in process  model ) and when service accounts are used? 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    The service account has an API KEY associated with it to validate your request against Appian. When Appian receives the API KEY, it verifies that it belongs to a service account and the permissions related.

    You don't have to use a service account in an integration, unless you are calling an appian web api. 

    IN case you are calling to another system, you need to ask fgor credentials to the owner (JWT Token, API key, Basic Auth.....)

Reply
  • 0
    Certified Lead Developer

    The service account has an API KEY associated with it to validate your request against Appian. When Appian receives the API KEY, it verifies that it belongs to a service account and the permissions related.

    You don't have to use a service account in an integration, unless you are calling an appian web api. 

    IN case you are calling to another system, you need to ask fgor credentials to the owner (JWT Token, API key, Basic Auth.....)

Children
No Data