DavidMStraub / homeassistant-homeconnect

Custom component for Home Assistant to connect appliances supporting the Home Connect standard
MIT License
116 stars 29 forks source link

unauthorized_client - External URL #95

Closed allmoney closed 4 years ago

allmoney commented 4 years ago

Now at https://xxx.duckdns.org:8123/config/core We have External URL and Internal URL. I have filled only External URL. When I click "Open Website" I got error: image { "error": "unauthorized_client", "error_description": "client or redirection URI not authorized", "state": "xxx" }

I see incorrect internal URL in opened page: https://api.home-connect.com/security/oauth/authorize?response_type=code&client_id=111&redirect_uri=**https://192.168.1.52**:8123/auth/external/callback&state=2.3

It must be External URL.

DavidMStraub commented 4 years ago

Duplicate of https://github.com/home-assistant/core/issues/35844.

Please use issues in this repo only for things related to beta features that are not in core.