From 06d2f06473c5d8315be123eadcb2738e54db7554 Mon Sep 17 00:00:00 2001 From: floatiepen Date: Tue, 10 Dec 2019 14:12:51 -0800 Subject: [PATCH] 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 --- source/_integrations/alexa.smart_home.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 2b72bd1df37..e68f75e19cd 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -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] * `Authorization URI`: https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize * `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`: - https://pitangui.amazon.com/ if you are in US - https://layla.amazon.com/ if you are in EU