RestComm / restcomm-identity

GNU Affero General Public License v3.0
1 stars 4 forks source link

Add Restcomm-like theme to keycloak #25

Open otsakir opened 8 years ago

otsakir commented 8 years ago

Add/customize a keycloak theme with typical Restcomm styling. The theme should be installed both to identity.restcomm.com and deployments with own auth server.

As a first iteration, just replacing the logo should be enough.

otsakir commented 8 years ago

Customization seems straight forward. Themes in keycloak are separated into individual directories and needs to provide his own theme directory under 'themes'. In addition 'restcomm' realm so me configured that it uses the 'restcomm' theme for 'login' views.

The question is what's the optimal way to do that in docker.

otsakir commented 8 years ago

Login will look like this: restcomm_login

and registration like this: restcomm_register

deruelle commented 8 years ago

@otsakir looks consistent. Do we really need the realm stuff there ? It seems a bit confusing for non developers

@ipsilantide can you check this out and comment potentially with a design that fits the new theme later on ?

otsakir commented 8 years ago

@deruelle , we can remove that altogether or leave just "restcomm". wdyt? We can enable later if needed.

deruelle commented 8 years ago

@otsakir Restcomm is already present as a logo I think we can remove restcomm and realm as it would be redundant with the logo.

otsakir commented 8 years ago

ok

deruelle commented 8 years ago

@otsakir One thing we could add later would the organization ie mycompany.restcomm.com by example

otsakir commented 8 years ago

ok, @deruelle. I'll see what can be done towards this direction.

ipsilantide commented 8 years ago

OK @deruelle. I will