LiquidFiles Documentation
LiquidFiles Documentation

SSO SAML2.0 on W2012 R2 server and LiquidFiles

Liquidfiles SSO can be configured to work with Active Directory and AD FS server. LiquidFiles will work as a Service Provider (SP) and AD FS server will represent Identity Provider (IdP). In this how-to AD FS will be served by W2012 R2 server standard edition.

Prerequisites:

  • W2012 R2 standard
  • Active directory domain service
  • DNS
  • Certificate (or self signed certificate, which is used in this demo)
  • AD FS - Active Directory Federation Service implemented in the W2012 server
  • Optionally IIS* (I used IIS manager > your server > Server certificates tool to generate self signed certificate for this how-to. When you have a signed certificate by some CA you don’t need IIS and its tools)
  • Check your time and timeservers on your LF appliance and Windows server

NOTE to AD FS versions

Windows W2008 server supports AD FS 2.0. W2012 server supports AD FS 2.1. W2012R2 supports AD FS 3.0. The implemented SAML version remains same on v2.0 for this mentioned windows servers.

From LiquidFiles perspective the configuration of SSO works same for all AD FS ver>=2.0 and principle of configurations SAML2.0/SSO are quite similar on this Windows server releases.

*) In W2012R2 you do not need IIS with AD FS 3.0 everything is now stored in the file http.sys which is based on the configuration/technology from TMG

1. W2012 R2 server preparation for SSO

At this point I expect you have set up Active directory domain, DNS and optionally IIS* services are running. A certificate (or self signed certificate) should be installed as well.

1.1 Installation of AD FS instance

At first install AD FS instance on your server. Click Server Manager > Dashboard > Add roles and features Follow pictures from Pic. 1 to Pic. 9

AD FS role configuration wizard step 1
Pic.1 - AD FS role configuration wizard
AD FS role configuration wizard step 2
Pic.2 – AD FS role configuration wizard
AD FS role configuration wizard step 3
Pic.3 - AD FS role configuration wizard
AD FS role configuration wizard step 4
Pic. 4 – AD FS role configuration wizard
AD FS role configuration wizard step 5
Pic. 5 – AD FS role configuration wizard
AD FS role configuration wizard step 6
Pic. 6 – AD FS role configuration wizard
AD FS role configuration wizard step 7
Pic. 7 - AD FS role configuration wizard
AD FS role configuration wizard step 8
Pic. 8 – AD FS role configuration wizard
AD FS role installation complete
Pic. 9 – AD FS role configuration wizard, installation done

1.2 Configuration of AD FS

In this part we provide a configuration of AD FS/SSO service as an IdP for SP which is a Liquidfiles appliance. Open Server Management and click AD FS > More > Configure the federation service as showed on Pic. 10.

AD FS SSO service configuration start
Pic. 10 – Configuration of AD FS service for SSO
AD FS SSO service configuration step
Pic. 11 – Configuration of AD FS service for SSO
AD FS SSO service configuration step
Pic 12 - Configuration of AD FS service for SSO
AD FS SSO certificate selection
Pic. 13 – Configuration of AD FS service for SSO. Choice the certificate from the list or import
AD FS SSO service account configuration
Pic. 14 - Configuration of AD FS service for SSO. Choice service account and set password
AD FS SSO service account password
Pic. 15 - Configuration of AD FS service for SSO. Choice service account and set password
AD FS SSO database configuration
Pic. 16 - Configuration of AD FS service for SSO. Specify Configuration Database
AD FS SSO configuration step
Pic. 17 - Configuration of AD FS service for SSO
AD FS SSO configuration step
Pic. 18 - Configuration of AD FS service for SSO
AD FS SSO configuration complete
Pic. 19 - Configuration of AD FS service for SSO. Done. Now continue with a Relay Party trust

1.3. Adding a Relay Party Trust

At this point you should be ready to set up the AD FS connection with your Liquidfiles appliance. The connection between ADFS and Liquidfiles is defined using a Relying Party Trust (RPT).

Select the Relying Party Trusts folder from AD FS Management and add a new Standard Relying Party Trust from the Actions sidebar. This starts the configuration wizard for a new trust. See Pic. 20

Relying party trust wizard start
Pic. 20 - Adding a Relay Party Trust
Relying party trust wizard step
Pic. 21 - Adding a Relay Party Trust wizard
Relying party trust enter data manually
Pic. 22 - Adding a Relay Party Trust. Enter data manually
Relying party trust display name
Pic. 23 - Adding a Relay Party Trust. Display name
Relying party trust SAML 2.0 profile selection
Pic. 24 - Adding a Relay Party Trust. Choice AD FS profile with SAML 2.0 protocol
Relying party trust configuration step
Pic. 25 - Adding a Relay Party Trust
Relying party trust SAML consumer URL
Pic. 26 – Put your LiquidFiles SAML Consumer URL. F.e. https://lf.yourdomain.net/saml/consume/
Relying party trust HTTPS identifier
Pic. 27 - Adding a Relay Party Trust identifier: https://lf.yourdomain.net/ NOTE: don't forget trailing slash "/" at the end
Relying party trust configuration step
Pic. 28 - Adding a Relay Party Trust
Relying party trust configuration step
Pic. 29 - Adding a Relay Party Trust
Relying party trust configuration step
Pic. 30 - Adding a Relay Party Trust
Relying party trust edit claim rules
Pic. 31 - Adding a Relay Party Trust. Tick Open the edit claim rules

1.4 Creating claim rules

After adding the relying party trust, the wizard will ask you to configure the claim rules. You can also reconfigure later by doing right click on the relying party section and selecting the menu Edit Claim Rules. Click Add Rules and select Send LDAP Attribute as Claims and select Active Directory as Attribute store. Configure E-Mail-Addresses to map to Outgoing claim type E-Mail Address. (follow Pictures Pic. 32 – 33)

LDAP attribute claim rule configuration
Pic. 32 – Claim Rules
Email address claim rule mapping
Pic. 33a – Claim Rules

Optionally you can pass Given-Name and Surname from AD to LiquidFiles appliance. When users are logged in first time their accounts are created with this credentials as well. LiquidFiles is expecting Given-Name and Surname parameters in the mappings as User.FirstName and User.LastName.

Optional claim rules for name attributes
Pic. 33b Optional Claim Rules - Givenname, Surname

Next select Transform an Incoming Claim as the claim rule template to use. Give it a name such as NameID. Incoming claim type should be E-mail Address (it must match the Outgoing Claim Type in rule #1. The Outgoing claim type is Name ID (this is requested in ServiceNow policy urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress) and the Outgoing name ID format is Email. Pass through all claim values and click Finish. (See Pic. 34 - 36)

Transform incoming claim rule template
Pic. 34 – Claim Rules
NameID claim rule configuration
Pic. 35 – Claim Rules
Claim rules configuration complete

1.5 Adjusting the trust settings

You still need to adjust a few settings on your relying party trust. To access these settings, select Properties from the Actions sidebar while you have the RPT selected. In the Advanced tab, switch from SHA256 to SHA1.

Trust settings SHA algorithm selection
Pic. 37 – Adjusting the trust settings

1.6 Active Directory test user

Create a user in Active Directory. In this example its testsso. Open Administrative tools > Active Directory User and Computers > Users > New > User (Pic. 38 – 40).

Active Directory new test user
Pic. 38 – Adding Active directory user
Active Directory user creation
Pic. 39 – Adding Active directory user
Active Directory user password creation
Pic. 40 – Adding Active directory user - password
Active Directory user email properties
Pic. 41 – User’s properties fill in E-mail

1.6 Optional settings

1.6.1 Authentication policies

In case you need to use AD FS/SSO for testing or another reason in intranet you must enable Forms Authentication. By default, form authentication is disabled in the intranet zone. You must enable forms authentication by following these steps:

Open the ADFS management wizard. Click Authentication Policies > Primary Authentication > Global Settings > Authentication Methods > Edit.

Authentication policies form authentication
Pic. 42 – Authentication Policies for intranet
Intranet form authentication enabled
Pic. 43 – Authentication Policies for intranet

2. LiquidFiles appliance SSO settings

This part is about configuring SSO service on Liquidfiles appliance. Essentially we will need to find out SSO login URL and fingerprint.

2.1 SSO Login URL

At first verify where your IdP’s Single Sign On login URL is. Download and open a metadata file from https://server.mydomain.local/FederationMetadata/2007-06/FederationMetadata.xml and check for SingleSignOn Location. In this example the URL is https://server.mydomain.local/adfs/ls/ (important: when copy the link take care you grab it with the slash in the end)

SSO login URL in federation metadata
Pic. 44 - SSO login URL

2.2 Finger Print

Next we need to find out Fingerprint (thumbprint) of the signing certificate we are using on AD FS server. Open AD FS > Certificates. Right click on Token-signing certificate, open Details tab and look for Thumbprint. Copy/paste it to a notepad and replace spaces with colons. In this example rewritten fingerprint looks like this:

5c:c2:1c:67:94:0d:98:c8:04:4e:97:d4:49:9f:bb:b9:ed:ce:6d:3a

Signing certificate fingerprint details
Pic 45. – Copy the signing certificate’s fingerprint

2.3 Setting up Liquidfiles

Now we open Liquidfiles appliance Configuration > Single Sign On form SSO and paste the Finerprint and SSO login url the collected information. See picture Pic. 46

  • Choice Single Sign On Method: SAML2
  • IdP Login URL: https://server.mydomain.local/adfs/ls/
  • IdP Cert Fingerprint f.e.: 5c:c2:1c:67:94:0d:98:c8:04:4e:97:d4:49:9f:bb:b9:ed:ce:6d:3a
  • Optionally you can set IdP Logout URL. An URL which you will be redirected when logged out from LF
LiquidFiles SSO configuration settings
Pic. 46 - LiquidFiles SSO config

3. Testing SSO login

Connect to LF appliance and click SSO button. You will be redirected to IdP login site for log in where fill in the ActiveDirectory user. In this example its testsso user. When successfully verified you are logged to LF. Job done.

SSO login button on LiquidFiles page
Pic. 47 – SSO testing
IdP domain login authentication page
Pic. 48 – Redirect to IdP for authentication
Successful SSO login to LiquidFiles
Pic. 49 – Logged in through SSO