SSO
Our Single Sign-on (SSO) module is designed for schools that would like to make it easy for employees and students to use the school's various electronic systems. With the SSO module, users get one login and password that logs them into all the associated services at once.
For example, students can Access the school's LMS system, library system, digital dictionaries and databases with scientific publications - all by signing in with SSO once and for all.
This saves time and effort whenever users need to use one of the school's systems. At the same time, it gives users a simpler everyday life because they do not have to worry about having to keep in mind several logins.
Prerequisite and purpose
Prerequisite
This requires that:
- An installed Active Directory federation services (AD FS) server.
- Access to configuration snap in. Either via Remote PowerShell or directly on the server.
- An UMS installation, licensed to SSO from inLogic.
- A star or new certificate for the address that the AD FS server needs.
purpose
Installation
Installation
Changing the Self Signed Certificate in SSO.
- Get started by clicking on the house icon in the menu. Search for IIS and click on Internet Information Services (IIS) Manager.
- In the Connections column on the left, click on the name of the server. Double-click on Server Certificates.
- In the Actions column on the right, click on Create Self-Signed Certificate...
- Enter any friendly name and then click OK.
- You will now have an IIS Self Signed Certificate valid for 1 year listed under Server Certificates.
- Right click on the new create certificate and then click Export.
- Remember to delete the old self signed certificate (C:\inetpub\wwwroot).
- Enter the path (C:\inetpub\wwwroot\UMS-SSO). The new password you type will be used later on when you set up your environment. Please remember this password. Click OK.
- Open SQl Management Studio and type “select * from SSOSetting”. You will see all settings for UMS SSO.
- Update the Certificate by typing “update SSOSetting set LocalCertificateFile ='UMS-SSO.pfx'”
- Update the Password by typing “update SSOSetting set LocalCertificatePassword ='Velk0mmen2018'”.
- Open the IIS Server and click Start. Click Run type IISReset and then click OK.
- Open the AD FS Server and search for AD FS. Click on AD FS Management.
- Click on the Trust Relationships folder and then click on Relying Party Trusts.
- In the details panel, click the relying party trust that you want to update from federation metadata.
- In the Action panel, click Update from Federation Metadata.
- In the properties dialog box for the trust, click Update to start the update.
- When the update is complete, click OK.