Our company’s use case requires that we prefix cc. before {organization_name} in the callback URL provided to the application settings. As it is, if I attempt to do so, this url will not pass the application settings form field validation, the error being that ‘only supported URLs are allowed’.
Is there a way to get this to work https://cc.{organization_name}.<ourdomain>.com? Or is there some work around that is recommended?