dukecon / dukecon_html5

MIT License
2 stars 3 forks source link

Link to KC account mgmt not effectively switched off #111

Closed ascheman closed 6 years ago

ascheman commented 6 years ago

In the current DOAG test environment (link via Slack) we see the following behaviour: Though /rest/keycloak.json contains the following property "useAccountManagement":"false" there is a link to the KeyCloak account management published in the UI: dukecon-doag-test-error-account-mgmt-1

This should not be visible, nor should be possible to click it and get to the user profile: dukecon-doag-test-error-account-mgmt-2

ascheman commented 6 years ago

This was due to a wrong KeyCloak setting (Account management client needs to be disabled). What is the purpose of the useAccountManagement property then?

steffchep commented 6 years ago

It was introduced to toggle whether or not the app should create a link to keycloak account management. The PWA App no longer uses this.