I want to increase security. As I mentioned above, I would like to put the authentication key as a parameter in url. That’s the way I took an example. I wonder if cloud connectors support this way.
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
4
It’s static. Also, as I described, I would like to apply it in three places: Authorization URI (oAuthAuthorizationUrl), Token URI (oAuthTokenUrl), and URL (webhookUrl).
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
6
Send or receiving keys as query parameters is not supporting,
This is the functionality of the URLs maybe can help to to understand better : oAuthAuthorizationUrl: is the URL SmartThigs call to partner for the user to login to their account oAuthTokenUrl:is used by SmartThings to refresh the accessToken to users account webhookURL: is the URL to partners cloud connector that SmartThings call for all st-schema interactions
if you have more questions, let me know
Thank you for your kind answer. ‘Send or receiving keys as query parameters is not supporting’ This was all I wanted to know. I have no further questions. Thank you again.