mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Access Token URI must use port 443 (w/ valid cert) (#11417)
Amazon reps have stated this is a requirement, and stating it up front will will help many people trying to use the default port of 8123, even with a trusted certificate https://forums.developer.amazon.com/questions/74075/alexa-oauth-20-https-problem.html
This commit is contained in:
parent
7afb06352b
commit
06d2f06473
@ -173,6 +173,7 @@ Alexa can link your Amazon account to your Home Assistant account. Therefore Hom
|
|||||||
- Input all information required. Assuming your Home Assistant can be accessed by https://[YOUR HOME ASSISTANT URL:PORT]
|
- Input all information required. Assuming your Home Assistant can be accessed by https://[YOUR HOME ASSISTANT URL:PORT]
|
||||||
* `Authorization URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize
|
* `Authorization URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize
|
||||||
* `Access Token URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/token
|
* `Access Token URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/token
|
||||||
|
- Note: you must use a valid/trusted SSL Certificate and port 443 for account linking to work
|
||||||
* `Client ID`:
|
* `Client ID`:
|
||||||
- https://pitangui.amazon.com/ if you are in US
|
- https://pitangui.amazon.com/ if you are in US
|
||||||
- https://layla.amazon.com/ if you are in EU
|
- https://layla.amazon.com/ if you are in EU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user