jbasney opened a new issue #145: URL: https://github.com/apache/airavata-custos/issues/145
In cases where a Custos client is not using idphint support (#40) to bypass the Custos/Keycloak login screen, it's nice to be able to customize the login screen with a project logo and other theming. Currently the Custos team can manually configure the [Keycloak theme](https://www.keycloak.org/docs/latest/server_development/#_themes) for a tenant, but otherwise I think the logo/theme is not customizable via the Custos tenant management service. Some possible options for this feature: 1. The [tenant management client API](https://github.com/apache/airavata-custos/blob/master/custos-client-sdks/custos-python-sdk/README.md) includes a logo_uri parameter that could be used for specifying a logo for the tenant. This is a simple option that wouldn't require a lot of CSS customization, I think. 2. The tenant management interface could provide a selection of predefined themes to choose from. 3. The tenant management interface could support upload of CSS/etc. for full theme customization. In my opinion, this option is probably overkill. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
