-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the default/root keycloak page friendlier #69
Comments
@reefdog I doubt this is urgent but something to be aware of. When visiting https://auth... directly with no path, a bare-bones default page is now shown. This page could use (borrow?) some style from other pages, I suppose. |
@bickelj I assigned it to myself because I'm happy to tackle it once there's time. I agree it's good to show something here. |
If we do plan to keep a placeholder page, I'd appreciate it if it contained a link to the Keycloak admin console, for those who are able to log in there - Another alternative is just to make the root page redirect to the marketing page, or the app page, or something - that's less convenient for Keycloak admins, but also avoids the work of making and maintaining another web page, even if it's only a static one. |
Ah, I very much like the simplicity of just redirecting to the "marketing" page. There's no reason Is it possible for us to do a redirect for root requests in the server config, or do we need an old-fashioned meta redirect? |
We don't really link to the bare auth URL anywhere but sometimes I type it out and the existing page helps remind me to go to the right place. So I guess I am OK with the status quo but I would be OK with revisiting if it's too ugly. |
In b838c20 a placeholder or default page was put into place called
auth_root_page.html
in case someone tries to visit theauth.[etc]
domain directly. Only specific paths are proxied to Keycloak, and the bare root is not among them. Since the purpose was only to avoid seeing a default reverse proxy placeholder page, this page is currently very minimal. The goal of this ticket is to make the page look more aligned with the PDC's style overall.The text was updated successfully, but these errors were encountered: