I’m trying to add oAuth 2 web server flow to the smartDos model but getting below exception
“There was a problem adding ‘OAuth 2 Web Server Flow’ to the current revision”
Could you please help in this, If you have any example or demo link please share.
1 Like
From the message I guess it is actually the Custom Token which is causing the issue. When you add a custom token you need to specify what format the custom token is, for example a header value with the name api_key or a query string.
1 Like
We were able to add the settings for oAuth 2.0 Web Server Flow. Bt still we are facing some issue.
-
The second request call for getting access token it’s method type by default is GET. Is it possible to change it?
-
Is there any way to add headers and query parameters to this token generation request.
-
Is there a way to set callback URL for oAuth 2.0 Web Server Flow?