openhab / openhab-cloud

Cloud companion for openHAB instances
Eclipse Public License 2.0
313 stars 162 forks source link

New cloud application needs OAuth #229

Open petero-dk opened 5 years ago

petero-dk commented 5 years ago

I just finished the prototype Cortana integration (and essentially a channel integration for multiple channels to HABot).

https://community.openhab.org/t/cortana-skill-for-habot-testers-needed-and-maintainer-input-requested/60332

However currently that integration uses basic authentication to reach the myopenhab.org server, which is really bad since I have to store all user credentials in a cloud database (Azure Storage) and that storage needs to be reversible.

How do I get OAuth credentials to the myopenhab.org and what are the requirements to get it?

marziman commented 5 years ago

I will write you a PM to describe the endpoints and what needs to be done.

Many thanks for your work!