]> git.basschouten.com Git - openhab-addons.git/commit
Replace deprecated Google OAuth OOB flow (#12602)
authorWouter Born <github@maindrain.net>
Tue, 12 Apr 2022 20:39:10 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 20:39:10 +0000 (22:39 +0200)
commitabc786c6a2dc43e59c4097fb9c74344d01e90576
tree291e0431fe1d7b2bade27b39e3dad37c6a3752e9
parenta868111a54c2e16b983e0c84a4f6ed8f3951bf71
Replace deprecated Google OAuth OOB flow (#12602)

This replaces the deprecated OOB OAuth flow used in the Nest Binding and Google STT/TTS add-ons.

Instead they will now use https://www.google.com as redirect_uri.
The instructions in the README and config descriptions have been updated for this change.

See: https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob

Fixes #12455

Signed-off-by: Wouter Born <github@maindrain.net>
13 files changed:
bundles/org.openhab.binding.nest/README.md
bundles/org.openhab.binding.nest/src/main/java/org/openhab/binding/nest/internal/sdm/api/PubSubAPI.java
bundles/org.openhab.binding.nest/src/main/java/org/openhab/binding/nest/internal/sdm/api/SDMAPI.java
bundles/org.openhab.binding.nest/src/main/resources/OH-INF/config/sdm-config.xml
bundles/org.openhab.binding.nest/src/main/resources/OH-INF/i18n/nest.properties
bundles/org.openhab.voice.googlestt/README.md
bundles/org.openhab.voice.googlestt/src/main/java/org/openhab/voice/googlestt/internal/GoogleSTTService.java
bundles/org.openhab.voice.googlestt/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.voice.googlestt/src/main/resources/OH-INF/i18n/googlestt.properties
bundles/org.openhab.voice.googletts/README.md
bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleCloudAPI.java
bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/i18n/googletts.properties