From Bright Pattern Documentation
< 5.8:Saml2-single-sign-on-integration-guide
Revision as of 04:14, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

Installing ADFS on Windows Server 2012

This section of the SAML 2.0 Single Sign-On Integration Guide explains how to install Active Directory Federation Services (ADFS) on Windows Server 2012. The following procedure outlines how to create a test ADFS instance, save your certificate, and set up the ADFS Console. These steps need to be followed before you can configure Bright Pattern to use ADFS single sign-on.


Step 1: Create a test ADFS instance

  1. Read the detailed Microsoft guide to configure ADFS.

Step 2: Save the certificate

  1. Download file FederationMetadata.xml.

  2. Open the file and find next tag <x509Certificate> in the <EntityDescriptor> section.

  3. Copy it to file.

  4. At the beginning of the file, insert “ -----BEGIN CERTIFICATE-----”

  5. At the end of the file, insert “-----END CERTIFICATE-----”


See section ADFS Console Setup for next steps.

< Previous | Next >