Skip to content

christiaangoossens/hass-oidc-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OIDC Auth for Home Assistant

Status: in progress, but very slowly.

Current roadblocks:

  • Find a way to do a redirect within the login step in Home Assistant, we should not use window.open
  • Find out how to make this redirect work on all platforms (including mobile)

If this is solved, implementing OIDC itself is doable.

If you have any tips or would like to contribute, send me a message.

Installation

Add this repository to HACS.

Update your configuration.yaml file with

auth_oidc:

Afterwards, restart Home Assistant.

Development

This package uses poetry: https://github.com/python-poetry/poetry. Use poetry install to install. You can force the venv within the project with poetry config virtualenvs.in-project true.

About

OpenID Connect authentication provider for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages