Skip to content

Styling a page from custom Freemarker Template #737

Answered by garronej
waynemorphic asked this question in Q&A
Discussion options

You must be logged in to vote

I strongly recommend you don't do that unless you precisely understand why you're doing it this way. It's not common at all to implement cookie consent directly on the Keycloak login page, and here’s why:

  1. Separate Domain for Login: Keycloak pages are typically hosted on a different domain than your main application. This means if you implement cookie consent on the login page, the user would likely need to give consent again on the main application, which is redundant and could lead to a frustrating user experience.

  2. Cookies Set by Keycloak: The cookies set by Keycloak during the authentication process are generally related to session management and do not require user consent. These c…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@waynemorphic
Comment options

@garronej
Comment options

@waynemorphic
Comment options

@garronej
Comment options

Answer selected by waynemorphic
@waynemorphic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants