lukin / keywind

Keywind is a component-based Keycloak Login Theme built with Tailwind CSS
Apache License 2.0
737 stars 261 forks source link

FR: support login-x509-info #51

Closed dorianim closed 8 months ago

dorianim commented 10 months ago

Hey there!

I'm using x509 certificate based authentication. The theme does not really look right for that at the moment: image

It should look somewhat like this: image

The base theme file is this one: https://github.com/keycloak/keycloak/blob/a6ae1b9db7fa9f3517790f103be7411629cae4dc/themes/src/main/resources/theme/base/login/login-x509-info.ftl

I'll try to fix this myself and create a pull request if I succeed :)