Versions Compared

Key

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

...

Setup the C:\Windows\System32\drivers\etc\hosts file to identify customer server as your own client by adding a row like below. This sets up calls to the custom server to your own "localhost". Example if the custom server has the name testsrv.local.

127.0.0.1 testsrv.local

Enable SSL on the default web site, select a SSL certificate i.e. the one for IIS Express.

...

Generate WebViewer start address to match the return address setup in SAML2 definition, select a valid site:

  1. Return address in web.config: returnUrl="https://testsrv10.vv.localtestsrv/AssertWeb/en-GB/Vaderstad<site>/Account/SamlRedirect"
  2. Application startup defined in the project properties:

...