Open datMaffin opened 2 months ago
Another issue that kinda caught my eye, but I think is not what I am running into, might be: https://github.com/openhab/openhab-webui/issues/699
The difference to that issue is that locally directly using openHab, everything works exactly as intended for me. Only via the openhab-cloud, do I have the issues.
On my openHAB setup, I have the "implicit user rights" disabled such that it is necessary for users in the network to first login.
Now the issue is that this does not seem to be supported by the openhab-cloud:
In case of the myopenhab website, it will always fail with a 401 for retrieving
Response:
and
Response:
The weird part is that depending on which local user I will log-in, I will see the correct pages. However, if take a look at items, all the states are NaN or similar.
So I guess some kind of user info is forwared.
I guess that the local login information is not correctly passing through the openhab-cloud.