Skip to main content
July 8, 2024
Question

How to store client credentials in Appian securely?

  • July 8, 2024
  • 2 replies
  • 0 views

I need to generate a secure embedded link and need to put that in an Appian interface. I mimicked what given in this documentation here (https://help.sigmacomputing.com/docs/example-embed-api-and-url) and created an expression rule for the same. It works but there are some organization level restriction to not put up client id and client secret in constants. Could you please share any alternatives which can be used to store the credentials in Appian or any workaround for the same? I tried to look into Third Party Credentials store but it seems like it can be accessed via a plugin alone.

2 replies

July 9, 2024

[mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  Could you please share your thoughts on this?

stefanhelzle0001
July 9, 2024

Sure. You could put that secret into a file and tie down security on it. When making the call, read the secret from the file.