From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
Line 1: | Line 1: | ||
− | + | = 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. | 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. | ||
Line 15: | Line 15: | ||
See section [[saml2-single-sign-on-integration-guide/ADFSConsoleSetup|ADFS Console Setup]] for next steps. | See section [[saml2-single-sign-on-integration-guide/ADFSConsoleSetup|ADFS Console Setup]] for next steps. | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:32, 29 May 2024
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.