From Bright Pattern Documentation
< 5.19:Saml2-single-sign-on-integration-guide
Revision as of 04:03, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
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
Step 2: Save the certificate
- Download file FederationMetadata.xml.
- Open the file and find next tag <x509Certificate> in the <EntityDescriptor> section.
- Copy it to file.
- At the beginning of the file, insert “ -----BEGIN CERTIFICATE-----”
- At the end of the file, insert “-----END CERTIFICATE-----”
See section ADFS Console Setup for next steps.