Versions Compared

Key

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

...

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>