Has anyone tried using the "OAuth 2.0 Authorizatio...
# suitescript
t
Has anyone tried using the "OAuth 2.0 Authorization Code Grant Flow"
p
Authorization Code Grant = manual

https://www.youtube.com/watch?v=MAOMQp5dh0U

Client Credentials (Machine to Machine) Grant = automatic

https://www.youtube.com/watch?v=Ug2ZtI8wCDg

t
Thanks Pavol keanu thanks will try to venture on the NS Machine to Machine. I was trying to integrate from NS to Openair. I am looking ways to do it
s
If an end user isn't involved, that's what client credentials flow is for.
t
Hi @Shawn Talbert I am not sure I understand this correct "If an end user isn't involved, that's what client credentials flow is for."
s
The Authorization grant flow is meant for a human to be there to approve the access, then you access on behalf of that user. With the client credentials flow there is no human user needed - the computer making the request does so on its own authorization.
thumbs up 1
t
I see thanks @Shawn Talbert for explaining it further 🙂