Openproject integration + https

Hello

I’ve spend yesterday to try out the openproject integration and since I wanted to keep the install simple I used the docker image and kept the access restricted locally (which will be the case later as well).
Is there a reason why I can only specify an https-address in the user-settings:
image

In the admin settings also http-access seems to be allowed:

Thanks for the help & kind regards - tullsta

Hey @tullsta, I know this topic is old. The OpenProject integration has received many important updates since. However, it is still try that the integration requires TLS/SSL encryption. One of the reasons is that it uses OAuth in both directions, so between OpenProject and Nextcloud and back. And the OAuth standard requires an encrypted connection as sensitive tokens get passed as request parameters. And even though you trust your network you do not want anyone in the network to be able to steal the identity of another user, right?

1 Like