As you all know, Keycloak sets a lot of cookies required for it to work (and writes to the local/session storage). Good, it can also be used as a B2C solution to provides login forms for users directly coming from the internet. And here comes the issue: many countries require to announce those cookie operations (even if necessary) to the user with some kind of banner or popup.
But Keycloak does not provide such thing as a cookie consent logic (for example What is a cookie banner? - Cookie Information just to mention one). Additionally, all full fledged solution host are hosted remotely (scripts).
My question: how have your implemented such a cookie consent banner (Germany, Switzerland)? As a purely local solution?
Kind regards,
Sebastian