Support configuring the oauth redirect uri
This helps for when:
- roundcube sits behind a proxy, so we need to force https
- use_secure_urls is enabled, so a token is included in the base url, that is used to generate the path, which doesn't currently work (we'd have to strip the token).
There may be a solution for these problems by handlign both cases
properly, but this works too.