Search code examples
keycloak

Disabling authenticator, sessions, applications, log and my resources options from the Account Management Console in KeyCloak


KeyCloak Account Management Console

How do I disable the menus authenticator, sessions, applications, log and my resources options from the Account Management Console in KeyCloak as marked in the picture? I just want to have the Account and Password option to be available for the users.


Solution

  • Are you using the new or the old account console?

    With the new account console you may simply want to adjust the content.json file

    Check out this quickstart for details

    With the old account console, I guess you will need to adjust the template.ftl in your own theme.

    Note: Please be aware that this will only change the theme and users will still be able to use the APIs directly.