Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You need to add your ADFS server as a SAML Service Provider in your DualShield server.

In the DualShield Admin Console, select "SSO | Service Providers", then click "Create" on the toolbar.

Use the following settings:

FieldValue
SSO Serverselect the SSO server to which the ADFS will be connected, e.g."Single Sign-On Server"
Applicationselect the application that you created for ADFS integration in the previous step
Nameenter a descriptive text
Typeselect "SAML 2.0"

Image Added

Click the "Create Metadata" button

Image Added

Copy the XML code block below and paste into a text editor. Replace "your-adfs-address" with the address of your ADFS server, e.g: adfs.deepnetid.comthe metadata box. 

<EntityDescriptor entityID="https://your-adfs-address/adfs/services/trust" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<SPSSODescriptor
AuthnRequestsSigned="false"
WantAssertionsSigned="true"
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">

<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://your-adfs-address/adfs/ls/"/>
<NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://your-adfs-address/adfs/ls/" index="0" isDefault="true"/>
</SPSSODescriptor>
</EntityDescriptor>

Now, in the DualShield management console, select "SSO | Service Providers", then click "Create" on the toolbar.

In the SSO Server list, select "SSO Server", and in the Type list select "SAML 2.0"

Image Removed

Image Added

Replace "your-adfs-address" with the address of your ADFS serverEnter the Name, e.g. ADFS

In the Metadata text box, paste the modified XML code above.

Image Removed

: adfs.deepnetmfa.com

Image Added

Click the "Save" button to save the metadata.

Click Press the "Save" button to save itagain to create the new Service Provider.