Home Assistant Oauth Helper
OAuth sign-in support for Home Assistant AI integrations.
What This App Does
Home Assistant Oauth Helper helps a Home Assistant integration connect to supported AI providers using OAuth. It handles the provider sign-in redirect, receives the provider callback, and returns a short-lived authorization result to the user's Home Assistant instance.
The app is intended for people who have chosen to connect their own Home Assistant installation to an AI provider account.
How It Is Used
- A user starts sign-in from Home Assistant.
- The user is redirected to the selected provider, such as Google, to review and approve access.
- The provider redirects back to this helper app.
- This helper app sends the completed sign-in result back to Home Assistant.
Data Handling
Home Assistant Oauth Helper stores only the OAuth session data needed to complete and maintain an authorized connection. Tokens are stored server-side and encrypted at rest by the hosting operator's configured secret.
The app does not provide a public dashboard, does not sell user data, and does not make AI requests by itself unless a connected Home Assistant integration asks it to do so.
Support
If you reached this page while setting up Home Assistant, return to Home Assistant and restart the provider sign-in flow.