Providing self-hosted OnlyOffice redirect URI - onlyoffice

We have self-hosted OnlyOffice on our server. Let's assume the self-hosted OnlyOffice is running at https://myprivate.onlyoffice.com.
We want to connect OnlyOffice with Google Drive to sync the artifacts.
We have setup OnlyOffice to Google Drive connection using OAuth client id option and configured client id and client secret too at OnlyOffice side. In addition, we have provided https://myprivate.onlyoffice.com as the redirect URI at Google OAuth page.
With all these configuration, when we click on Documents module -> Connect -> Google Drive icon, we get redirect mismatch error with URI required as "https://service.onlyoffice.com/oauth2.aspx". This URI is a public cloud URI from OnlyOffice. It's our understanding that we need to provide our self-hosted server URI as redirect URI.
Can you please help accomplish our objective of connecting to Google Drive with our self-hosted server URI? If that's not possible, we would like to know why we need to use "https://service.onlyoffice.com/oauth2.aspx" for our self-hosted. Because, that will put things in mix of using self-hosted plus OnlyOffice cloud URI.
Thanks

Related

Static website hosted in Azure, HTTPS working HTTP not

I have hosted a static website in azure mainly by following the Microsoft tutorials. The process has been to create a storage account, create a CDN endpoint, map my custom domain to the endpoint and then enable HTTPS using an SSL certificate managed by azure.
The custom domain is working but the problem is firstly that although in Azure CDN it says that both HTTP and HTTPS are enabled, I can only access the website via HTTPS and when I try with HTTP the error I get says 'The account being accessed doesn't support HTTP'. The other thing is that in order to navigate to the secure site I have to put the entire URL in the search bar, starting with the https or the website can't be found. I'm not sure if this is normal but if I think of web browsing in general, this isn't usually necessary.
Any ideas on how to fix this would be greatly appreciated.
Default is that Azure only Allows HTTPS.
On App Service go to TLS/SSL settings and switch to HTTPS Only to Off.
On Storage Account go to Configuration and change Secure transfer
required to disabled.

Hide WVD url using Azure services. FrontDoor? AppGW?

we are doing POC for one client of Windows Virtual Desktop service(2020 spring version)
and client requested to hide url that is being used by default: https://rdweb.wvd.microsoft.com/arm/webclient/index.html, there is no customization of this in WVD service., client want to see like: https://customdomainmain.com/arm/webclient/index.html
So trying to do this with FrontDoor or AppGW (ready to hear other solutions as well)
In both cases I get: 'Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application:' searching info for this: suggests to register app in AAD, not sure how but what I tried nothing works.
You can benefit of Azure Functions, which allows you to execute your code in a serverless compute platform and setting your own Custom URL using the corporate domain name. the same idea as myapps.3tallah.com or mail.3tallah.com, for sure it would be up to you to set your preferred subdomain name.
Please refer to this blogpost Configure Custom URL redirection for Windows Virtual Desktop – WVD

ERR_CONNECTION_RESET Azure CDN Custom Domain HTTPS

Hope someone can assist me in correcting this. I am on the last step to enable my CDN endpoint with a custom domain. currently the static website on storage works correctly the following ways.
1 - Storage Account endpoint
2 - Azure CDN xxxxxx.azureedge.net
CNAME is created and correctly configured and validated in azure for my cdn.customdomain.com but when I try to connect to it I get a ERR_CONNECTION_RESET when using a browser or 404 using curl. Any advice anyone can provide.
You could verify the followings:
Configuration. Make sure you select the Custom origin as the origin type and static website URI as the origin hostname.
Networking related. ISP blocks some websites. Firewall blocks specific websites. Internet connection is disabled or interrupted. Refer to this.
Browser error like Chrome. Clear your browser's cache and all locally stored data including cookies or try to use another browser. Refer to this.
Moreover, you could verify this via accessing the cdn.customdomain.com in an Azure VM, which is a different environment from the on-premise network.

How can I setup the DocuSign Connect feature while I am developing locally on my laptop

I want to connect docusign locally to my application. How it can be done? How can I setup the DocuSign Connect feature while I am developing locally on my laptop? Please guide me with detailed steps.
You're going to have to have your network forward an externally accessible url to your localbox.
Since Connect is a service hosted at DocuSign and requires a valid endpoint to send data to, and if RequireAcknowledgement is enabled, you'll have to send data back to the service as well.

how to create amazon clouddrive credentials

I have an amazon cloud drive account and i can upload/download files using the amazon cloud drive web interface.
However I want to integrate this service using the amazon clouddrive api. I tried to register an application to amazon, i created a security profile, I successfully whitelisted the security profile to clouddrive according the documentation but all my rest requests are failing.
Can you point me any step by step valid example about how to integrate the amazon clouddrive api in a third party application ?
Best Regards,
Aurelian
The security profile was not properly filled out and for this reason all the amazon cloud drive api request failed.
In the security profile I used http protocol instead https for all links. So the following links:
Allowed Origins
Allowed Return URLs
Consent Privacy Notice URL
must be HTTPS, otherwise all the REST queries will fail.

Resources