Team,
Any solution for below ?
We are calling Appian environment API from another Appian environment using integration.
Way we access destination system out side of network , first we will be taken to multi layer authentication and based on correct username password and mobile token we will be ale to access appian URL.
Not how to call API from source because when i am passing API URL it is saying success but going to multi layer authentication , how to bypass it ?
Discussion posts and replies are publicly visible
Seems like your user is in the SAML/SSO group.
For API calls your typically use service accounts with API Keys.
To be more precise , let says destination system URL is https://abc/suite/ now when you access it out side of company network first it goes to another UI where you have to enter username and password which genrated a mobile token once approved it takes you to https://abc/suite/ .
Now i need to call https://abc/suite/api from source system