Changes
/* Client */
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
* '''Set up an SSO mediator backend server to relay SSO responses to the client ''' ---- To set up an Authentication Server first go to http://release.augmensys.com/ and download the provided Zip File.After you downloaded the Zip create a new IIS applicatio (https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/application/).Open the just created app in your file explorer, unpack the downloaded ZIP file and copy all files of that ZIP into the app-folder.If IIS prohibites you to copy files you need to first stop the server. After successfully copying the Files you need to Restart/Start the IIS server again.Now you have set up the Authentication-Backend and it is ready to use. * '''Configure the SSO profile settings respectively''' ----The Single-Sign-On implementation introduces three new Profile Settings needed to setup SSO in your environment, namely:* <EnableSSO>true/false</EnableSSO> This setting, if set to "true" enables the SSO workflow and disable the possibility to authenticate against the UBIK backend.* <BackendURL>https://www.backendurl.com/*/AuthenticationServer/</BackendURL> This setting is for defining the main url of the Authentication Backend. * <IdpURL>https://www.IDP.com/</IdpURL> The IdpURL setting is neccessary for the Client to know where you want to authenticate against.
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS -->