Vincent
Vincent
There was no progress from my side. Using Portainer to handle Dockers. Furthermore `nginx-proxy` for domains and `letsencrypt-nginx-proxy-companion` for https. There are two networks, where `bridge` is used for the...
Yes, a bridge and not a link. When I bash into the docker, I can ping "MySQL.dockernet" (or ip-address). So that works. Currently extended the number of dockers and still...
Have the same problem. The session is invalidated after one minute (cron-job?) or *immediately* when any next admin-page is accessed - so when redirection is turned off, it will only...
Without refresh token: `ERROR (invalid-state): Invalid state.` With refresh token I just get back at the login-page. This is the log form the plugin, which seems right: 
Yes, you're right. I checked multiple times now and the error message did not pop up anymore. Now the funny thing. I checked `/wp-admin` and at one point I was...
Agree, that would be better. Can you create a PR?
Thanks for that! You've been added.
Question: why is the callback `https://service.onlyoffice.com/oauth2.aspx` and not `https://your.domain/oauth2.aspx`?
Making a sloppy generic oAuth2 provider will not be a problem, but prefer to make one that is usable. Do you have some design documentation I could use? I have...
@SergeyKorneyev Not sure if you understood my request. I can make it and send in a PR. I just need some more context, as I cannot get the full overview....