Hi All,
I am creating an integration and connected system and Integration setup has been established successfully. OAuth2.0 authentication method using for this integration. while testing of Connected system we can do authorization successfully and when test the integration manually, I get success response with correct output.
But when I use this integration in process model, i get error "[title=Missing Credentials, message=No OAuth Access Token found for current user]".
Your suggestion would be appreciated.
Discussion posts and replies are publicly visible
Seems like you use the "Authorization Code Grant" method. Do you need to authenticate the logged in user to this other system? If you use a technical user, switch to "Client Credentials Grant"
docs.appian.com/.../oauth_client_credentials.html
Stefan Helzle Yes, I am using "Authorization Code Grant" for DocUsign integration. DocU/sign doesnot support client crredential grant.After providing all the parameters( Account Id, base URL, Integration Key, Secret Key), when i click authorize again. i get response successfully.
OK. Is your issue solved? If not, did you follow the documentation: docs.appian.com/.../Oauth_connected_system.html
Thank you Stefan Helzle. I will definitely try out this.