Skip to content
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

Open
bickelj opened this issue Mar 3, 2023 · 5 comments
Open

Make the default/root keycloak page friendlier #69

bickelj opened this issue Mar 3, 2023 · 5 comments
Assignees

Comments

@bickelj
Copy link
Collaborator

bickelj commented Mar 3, 2023

In b838c20 a placeholder or default page was put into place called auth_root_page.html in case someone tries to visit the auth.[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.

@bickelj
Copy link
Collaborator Author

bickelj commented Mar 3, 2023

@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.

@reefdog reefdog self-assigned this Mar 3, 2023
@reefdog
Copy link

reefdog commented Mar 3, 2023

@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.

@jasonaowen
Copy link
Contributor

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 - /admin/ or so.

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.

@reefdog
Copy link

reefdog commented Mar 3, 2023

Ah, I very much like the simplicity of just redirecting to the "marketing" page. There's no reason auth. needs to say… anything!

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?

@bickelj bickelj assigned reefdog and unassigned reefdog Apr 25, 2024
@bickelj
Copy link
Collaborator Author

bickelj commented Apr 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants