Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
Line 69: | Line 69: | ||
* Set up an SSO mediator backend server to relay SSO responses to the client | * Set up an SSO mediator backend server to relay SSO responses to the client | ||
− | |||
To set up an Authentication Mediator Server first go to http://release.augmensys.com/ and download the provided Zip File. | To set up an Authentication Mediator 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/). | After you downloaded the Zip create a new IIS applicatio (https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/application/). | ||
Line 75: | Line 74: | ||
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. | 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. | Now you have set up the Authentication-Backend and it is ready to use. | ||
− | |||
* Assemble a client configuration JSON string, .e.g.: | * Assemble a client configuration JSON string, .e.g.: |
Revision as of 13:35, 13 February 2023
Single Sign On (SSO) allows an end-user to interact with multiple services without logging in more than once.
This page shows how to integrate UBIK® into such an SSO environment.