Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Aug 22, 2023
1 parent aa2e03b commit 22cd67d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Create JWT Cookies every time you log in to your HomeAssistant instance.
I wanted to reverse proxy a few of my internally reachable services and make them available through my publicly accessible HomeAssistant installation.
After looking at the available solutions I was not satisfied with any of them, here's some of the solutions I evaluated and why I disliked them.

- BasicAuth using user:password in the url
❌ Doesn't work in the Android/iOS App
- BasicAuth using user:password in the url
❌ Doesn't work in the Android/iOS App
❌ Makes the login details available in cleartext in the url

- Authelia
❌ User Management Separate from HomeAssistant
❌ No SSO
- Authelia
❌ User Management Separate from HomeAssistant
❌ No SSO
❌ Doesn't work in the Android/iOS App?

- LDAP+Authelia+HomeAssistant LDAP+Some LDAP GUI
❌ Very Complex
❌ No True SSO (You'll have to log in to Home Assistant **AND** Authelia separately)
- LDAP+Authelia+HomeAssistant LDAP+Some LDAP GUI
❌ Very Complex
❌ No True SSO (You'll have to log in to Home Assistant **AND** Authelia separately)
❌ Doesn't work in the Android/iOS App?

- Various other similar combination of solutions like Authentik/Keycloak/... all suffer from the same fundamental problems as Authelia
Expand Down

0 comments on commit 22cd67d

Please sign in to comment.