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:
floatiepen 2019-12-10 14:12:51 -08:00 committed by Franck Nijhof
parent 7afb06352b
commit 06d2f06473

View File

@ -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