Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for access token? #298

Open
Arragon5xpwm opened this issue Dec 18, 2023 · 2 comments
Open

Support for access token? #298

Arragon5xpwm opened this issue Dec 18, 2023 · 2 comments

Comments

@Arragon5xpwm
Copy link

After switching to auth headers, the Alexa skill (https://www.home-assistant.io/integrations/alexa.intent/) seems no longer be able to authenticate via access token.

@BeryJu
Copy link
Owner

BeryJu commented Dec 19, 2023

This component shouldn't interfere with this, however you'll have to allow access to /api* without the forward authentication header being set

@Arragon5xpwm
Copy link
Author

For Traefik I added a second router without forward auth for the api and added "&& !PathPrefix(/api/)" to the orignial one.
While this does work when the Alexa skill was previously connected, it does not allow the skill to connect for first setup (Alexa app is showing "Try again later").
I could not test if this also applies for other integrations that require to authenticate with the home assistant instance (like Withings for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants