Versions Compared

Key

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

...

The following is a sample configuration of user roles for the Dashboard Portal. These user roles are defined in the <SP_HOME>/conf/dashboard/deployment.yaml file under the wso2.dashboard.portal: namespace as shown below.

Code Block
languagexml
wso2.dashboard.portal:
  roles:
    creator:
      - name: role1
        id: 1
    viewer:
      - name: role2
        id: 2
Info
When you configure authorization for the Dashboard Portal and other dashboard components of WSO2 SP (i.e., Status Dashboard and Business Rules Manager), ensure that the session timeout interval you define is greater than one minute. This is because the system checks the user credentials and keeps extending the session every minute until the session timeout is reached. For more information about configuring authorization, see User Management via the IdP Client Interface.
{roleID}