Custom themes for an application
-
Is there an ability to, or a roadmap item, to allow for custom themes on a an application instead of tenant basis?
-
Yes, it's on the roadmap: https://github.com/FusionAuth/fusionauth-issues/issues/769
This is something we want to solve. Currently the best solution is to use branch logic or stylesheets in the templates based upon the
client_id
which will be unique for each application.Another alternative is to have separate tenants for each application (after all, you can have as many tenants as you want) but that may cause issues because the user accounts in different tenants will be disconnected.
-
@dan This was delivered in 1.27.0