I would like to ask a question .
How to work oauth 2.0 client credentials grant for web api authentication.As may understand external system need to request access token and access token response.How to implement it on appian?
Discussion posts and replies are publicly visible
Are you referring to the token request endpoint: https://<appian_site_url>/suite/authorization/oauth/token?
It's actually mentioned in the Admin Console Oauth 2 but easy to miss.
Mathieu Drouin
Yes,I'm referring to the token request endpoint: https://<appian_site_url>/suite/authorization/oauth/token?
Do you mean i don't need to reference to the token request endpoint?
If you're calling an Appian API from within Appian, just add it to your connected system.