Versions Compared

Key

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

CEP Dashboard functionality does not work in sample mode in CEP-3.0.0 release. This feature is also not available in tenant mode. These limitations will be addressed in future CEP versions since it is introduced as an experimental feature in CEP-3.0.0 release. However, if you need to use it in the sample mode, copy the <CEP_HOME>/repository/deployment/server/webapps/ and <CEP_HOME>/repository/deployment/server/jaggeryapps/ directories to the<CEP_HOME>/samples/artifacts/<SAMPLE_NUMBER>/ directory.

Info
titleSetup Dashboard

Running UES Dashboard in CEP

 By default UES dashboard will use "localhost" as assertion consumer url. 

  •  When deploying the CEP Dashboard, the sso-idp-config.xml must also be updated.The assertion consumer URLs need to point to the appropriate host as the default is set to local-host.
  •  When deploying a new dashboard, a new issuer entry must be created in the sso-idp-config.xml file. 
    1. Add the following block.

            <ServiceProvider>
                <Issuer>testdash</Issuer>
                <AssertionConsumerService>https://PUT_YOUR_IP_HERE:9445/testdash/acs.jag</AssertionConsumerService>
                <SignResponse>true</SignResponse>
                <CustomLoginPage>/testdash/login.jag</CustomLoginPage>
            </ServiceProvider>