Reputation: 1
I am customizing the account screen for out application. I found a lot of things how to configure, but how to change the url of the logo I can not figure out. Part of our account screen Now it points to the login-server, but I want it to point to our application, as a natural way to navigate back to our application.
I can not find a full documentation how to configure this. Some other options I found by digging in variable names in the HTML, but this does not work for this problem.
Upvotes: 0
Views: 13
Reputation: 1874
I think you have to set the Logo URL for the account-console to a URL of your application. e.g. https://my-website.com/logo.png Then the account-console should set the link to https://my-website.com .
If you need more Customizations for Login / Account-Console maybe https://docs.keycloakify.dev/ could help you.
Upvotes: 0