auth not working #22244
-
|
Hi, I've upgraded to the 0.17 and didn't have auth enabled prior so I have no reason to think this is the reason. I have added auth to the configuration as per the docs and added some test users but regardless of what user I try to login as, it always says I'm logged in as anonymous admin. If I log out then refresh the main url, I have full access. I've checked the logs but don't see anything at all in relation to login or auth. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The issue you're experiencing—where you see "anonymous (admin)" regardless of login attempts—typically indicates you're accessing Frigate on the wrong port(1)(2). Frigate has two distinct ports with different authentication behaviors(1):
When you access Frigate through port 5000, authentication is not enforced regardless of your To fix this, ensure you're accessing Frigate at When you first start Frigate with authentication enabled, an admin user and password are generated and printed in the logs(1). Check your Frigate logs for these credentials, or use the 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
The issue you're experiencing—where you see "anonymous (admin)" regardless of login attempts—typically indicates you're accessing Frigate on the wrong port(1)(2).
Frigate has two distinct ports with different authentication behaviors(1):
When you access Frigate through port 5000, authentication is not enforced regardless of your
auth.enabled: truesetting(1). On the unauthenticated port (50…