Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1419 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
We want to expose a process using Web API. What type of security and authenticat
ajaved
A Score Level 1
over 8 years ago
We want to expose a process using Web API. What type of security and authentication does Appian on-cloud provide?
OriginalPostID-227059
OriginalPostID-227059
Discussion posts and replies are publicly visible
0
chetany
A Score Level 1
over 8 years ago
For a process exposed using Web API, the basic authentication is used. So, that is the only authentication. You can however use queryParams for your Web API. So when the user passes queryParams in the HTTP request, you can check if the user should be returned a response based on your criteria. All the functions/expressions used in the Web API have same security behavior as specified by Appian (eg: if a user does not have view privileges on a entity, it won't return the data in queryEntity)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 8 years ago
Also Appian on-cloud will be HTTPS enabled. So all the HTTP requests to the Web API will be on HTTPS
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel