I have an integration system with Appian and Microsoft Azure, however the client wants to have a default account to view the page with the records. My question is is it possible to access Appian without the need of Authorization? do you need to log in at all times to access Records, Sites or Interfaces
Discussion posts and replies are publicly visible
Appian assigns No Access by default to all other users.Object security is an integral part of application development in Appian, and we should configure the right users and developers have the appropriate permissions within an application and the application itself.
If you want to perform the following activities, then go for Web API. This approach will make your calls easier using key based authentication without having to login manually.
A list of tasks for a specified userA list of records for a specific record typeData about a specific record, similar to a record dashboardAn Appian documentThe ability to write to a data storeThe ability to start a new instance of a process model
For configuring the authentication, follow the instructions mentioned in the link https://docs.appian.com/suite/help/21.1/Web_API_Authentication.html