Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The WSO2 Identity Server Management Console is a Web-based user interface powered by JSP and AJAX. It allows users to interact with a running Identity Server instance, without having to directly interfere with any underlying configuration files. The controls in the Management Console are usually self-explanatory. However, this page provides some additional insight on what can be configured here. The product documentation provides further information about the technology and offers guidance on using the features and configurations.

The Management Console makes use of the default HTTPS servlet transport, which is configured in the the catalina-server.xml file  file in the <IS_HOME>/repository/conf/tomcat directory. It is essential for this transport to be properly configured in this file for the Management Console to be accessible to users. For information on how to access the management console, see Running the Product.

Warning

If you are using Mac OS with High Sierra, you may encounter the following warning message when logging in to the management console due to a compression issue that exists in the High Sierra SDK.

Code Block
WARN {org.owasp.csrfguard.log.JavaLogger} -  potential cross-site request forgery (CSRF) attack thwarted (user:<anonymous>, ip:xxx.xxx.xx.xx, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request)

To avoid this issue, open the <IS_HOME>/repository/conf/tomcat/catalina-server.xml file and change the compression="on" to compression="off" in the HTTPS connector configuration, and restart WSO2 IS.

The following screen depicts the full overview of the management console.

Image Added

The console's menu items appear in the left hand side of the Identity Server screen and the useable features appear in the center of the screen and depend on the menu item you select from the left menuThe Management Console of the Identity Server provides a list of tools and features that you can use. These are divided among the following.

...

The main menu in the Management Console includes the main list of features that the WSO2 Identity Server provides. The main menu is divided into different sections.

Identity section

Image RemovedImage Added

Panel
titleRelated links

See the following topics for instructions on how to use each of these menu items.

Entitlement section

Image Added

Panel
titleRelated links

See the following topics for instructions on how to use each of these menu items.

Manage section

Image Added

Panel
titleRelated links

See the following topics for instructions on how to use each of these menu items.

Monitor menu

The monitor menu includes a list of features focused on providing logs and statistics related to monitoring the Identity Server. For more information on these features and their usage, see the topics on on monitoring the Identity Server.

Image RemovedImage Added

Configure menu

The configure menu is mainly a list of administration features which can help you customize and configure the Identity Server to suit your specific requirements.

Image RemovedImage Added

Panel
titleRelated links

See the following topics for instructions on how to use each of these menu items.

Tools menu

The tools menu includes SAML and XACML tools. For more details on each of these tools and their usage, see the topics on working with tools.

Image RemovedImage Added