Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

What to consider when simulating a SAML2 enabled customer server in debug.

Instructions

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:

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


Start debugger and accept all issues with the SSL certificate for the test site. It may be an unsecure one, but that is not a problem.



  • No labels