Does redash support anonymous login?
So that everyone can use redash directly without fill in email and password.

if can, how should I configure the redash server?

Redash doesn’t support this because permissions are all based on a user_id. As a workaround you could generate dashboards in Redash and then iframe embed them (using secret links) in an intranet page. It’s a common use-case for Redash.

But an unauthenticated visitor can’t write new queries, add visualizations, modify dashboards etc. They must be logged-in to do those things.

1 Like

Thank you a lot~ I will offer a common account for my users