You can use different Redirect_url while connecting the store with the HubSpot portal. Also, you can leave Redirect_url empty in your app, and at the time of authentication, you can send different URLs.
Refer to the doc on how can you use redirect_urls while authentication.
You can use different Redirect_url while connecting the store with the HubSpot portal. Also, you can leave Redirect_url empty in your app, and at the time of authentication, you can send different URLs.
Refer to the doc on how can you use redirect_urls while authentication.
leaving a empty rediriect_urls causes security incidents. If you have not restricted the callback URL for the OAuth application, that will allow the attacker to redirect the auth code to the attacker-controlled URL.
We have active incident in bugcrowd and we don't know how to fix this 😕
Maybe some wildcards in redirect_url will be avialable in the future?
Oauth2 here allows only one redirect_url. But when i have multi tenant app i need many redirect urls because every tenant has different domain.
So the question is: Is it possible to handle many redirect_url's and if not - is there any work around to allow many tenants to authorize themselfs with my hubspot app.