Setting up SSO using Active Directory with ADFS and SAML

Writer supports single sign-on (SSO) logins through SAML 2.0. A SAML 2.0 identity provider (IDP) can take many forms, one of which is a self-hosted Active Directory Federation Services (ADFS) server. ADFS is a service provided by Microsoft as a standard role for Windows Server that provides a Web sign in using existing Active Directory credentials.


What's in this article:


Requirements

To use ADFS to sign in to your Writer account, you need the following components:

  • An Active Directory instance where all users have an email address attribute.
  • A Writer account.
  • A server running Microsoft Server 2012 or 2008. This guide uses screenshots from Server 2012R2, but similar steps should be possible on other versions.
  • A SSL certificate to sign your ADFS sign in page and the fingerprint for that certificate.
  • If you're using host mapping in your Writer account, install a certificate for hosted SSL.
  • After you meet these basic requirements, you'll need to install ADFS on your server. Configuring and installing ADFS is beyond the scope of this guide, but is detailed in a Microsoft KB article.

When you have a fully installed ADFS installation, note down the value for the 'SAML 2.0/W-Federation' URL in the ADFS Endpoints section. If you chose the defaults for the installation, this will be '/adfs/ls/'.

Adding a Relying Party Trust (RPT)

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

Select the Relying Party Trusts folder from ADFS Management, and add a new Standard Relying Party Trust from the Actions sidebar. This starts the configuration wizard for a new trust.

  1. In the Select Data Source screen, select the last option, Enter data about the party manually.

  1. On the next screen, enter a Display name that you'll recognize in the future, and any notes you want to make.

  1. On the next screen, select the AD FS FS profile radio button.

  1. On the next screen, leave the certificate settings at their defaults.

  1. On the next screen, check the box labeled Enable Support for the SAML 2.0 WebSSO protocol. The service URL will be https://app.writer.com/api/access/saml, replacing domain with your Writer domain. Note that there's no trailing slash at the end of the URL.

  1. On the next screen, add a Relying party trust identifier of app.writer.com

  1. On the next screen, you may configure multi-factor authentication but this is beyond the scope of this guide.

  1. On the next screen, select the Permit all users to access this relying party radio button.

  1. On the next two screens, the wizard will display an overview of your settings. On the final screen, use the Close button to exit and open the Claim Rules editor.

Creating claim rules

Once the relying party trust has been created, you can create the claim rules and update the RPT with minor changes that aren't set by the wizard. By default, the claim rule editor opens once you have created the trust.

If you want to map additional values beyond authentication, follow these steps:

  1. To create a new rule, select Add Rule. Create a Send LDAP Attributes as Claims rule.

On the next screen, using Active Directory as your attribute store, do the following:

  1. From the LDAP Attribute column, select E-Mail Addresses.
  2. From the Outgoing Claim Type, select E-Mail Address.

  1. Click on OK to save the new rule.
  2. Create another new rule by clicking Add Rule, this time selecting Transform an Incoming Claim as the template.

  1. On the next screen:

1. Select E-mail Address as the Incoming Claim Type.

2. For Outgoing Claim Type, select Name ID.

3. For Outgoing Name ID Format, select Email.

Leave the rule to the default of Pass through all claim values.

  1. Finally, select OK to create the claim rule, and then OK again to finish creating rules.

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.

  1. In the Advanced tab, make sure SHA-256 is specified as the secure hash algorithm.
  2. In the Endpoints tab, select Add SAML to add a new endpoint.

    For the Endpoint type, select SAML Logout.

    For the Binding, choose POST.

    For the Trusted URL, create a URL using:

    1. The web address of your ADFS server
    2. The ADFS SAML endpoint you noted earlier
    3. The string '?wa=wsignout1.0' The URL should look something like this: https://sso.yourdomain.tld/adfs/ls/?wa=wsignout1.0.
  3. Confirm your changes by clicking OK on the endpoint and the RPT properties. You should now have a working RPT for Writer.

Note: Your instance of ADFS may have security settings in place that require all Federation Services Properties to be filled out and published in the metadata. Check with your team to see if this applies in your instance. If it is, be sure to check the Publish organization information in federation metadata box.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Support Contact Support