Description
Describe the bug
Client fields( Logo URL, Policy URL and Terms of service URL ) have been removed from ApplicationsPage.tsx in AccountConsole!
Although Logo URL, Policy URL and Terms of service URL have been configured and 'Consent Required' is true, fields Logo URL, Policy URL and Terms of service URL are not shown in ApplicationsPage.tsx in AccountConsole!
The bug ( removal) have been introduced in Keycloak account console PatternFly design system alignment PR.
Policy URL and Terms of service URL (if existed) must be shown as before. I propose Logo URL (if existed) to be shown in the right part of application.
Version
18.0.0
Expected behavior
As you can see from attached screenshot until at least Keycloak 16.1.0, client fields( Logo URL, Policy URL and Terms of service URL ) have been shown in ApplicationsPage.tsx in AccountConsole - if they have been set.
Actual behavior
As you can see from attached screenshot until at least Keycloak 16.1.0, client fields( Logo URL, Policy URL and Terms of service URL ) have been removed from ApplicationsPage.tsx in AccountConsole!
Logo URL, Policy URL and Terms of service URL have been configured to the client.
How to Reproduce?
Admin must configure Logo URL, Policy URL and Terms of service URL in the client and make 'Consent Required' true.
After accepting consent for this Client, user goes to AppliactionsPage in AccountConsole and fields Logo URL, Policy URL and Terms of service URL are not shown!
Anything else?
No response