Configure SSO with Cloudwork

Modified on Mon, 9 Mar at 2:48 AM

Synweb

  1. Login to your school's Cloudwork dashboard
  2. Navigate to Single Sign On>Identity provider>Certificate>Download
  3. Download the certificate on that page.
    image.pngExample Certificate Download
  4. Copy that certificate onto the Synergetic machine under <synweb>/Site/Certificates/idp.crt you may need to create this folder
  5. Log in to SQL Management Studio
  6. Run this query

    SELECT SynergeticPassword FROM pvSynDatabases WHERE SynergeticUserName = 'zSynergetic_main_dbo'

  7. On your computer, find your Binconfig folder, where the SynWeb is installed
  8. Run Synergetic.Application.CreateConfig.exeas an administrator and add the following values to specified fields

     

    1. AuthenticationMode = SAML

    2. OverrideUserName = zSynergetic_main_dbo

    3. SAMLLoginBinding = POST

    4. SAMLLogoutBinding = REDIRECT

    5. SAMLLoginDestination = put in the Sign On Endpoint from your school's dashboard(This is found under Cloudwork Dashboard>Single Sign On>Identity Provider>Metadata Details>Sign On Endpoint)Example of Sign On

    6. EndpointSAMLLogoutDestination = put in the Log Out Endpoint from your school's dashboard (This is found under Cloudwork Dashboard>Single Sign On>Identity Provider>Log out Endpoint)Example of Logout URLSAML

    7. LoginX509CertificatePath = ~\Site\Certificates\idp.crtSAMLSPISsuer = <<synergetic URL>>/login.aspx

    8. SAMLComparisonMode = minimum

    9. SAMLClaimAttributeName = NameID

Once you have saved this configuration file, open it up in notepad (or Notepad++) and find the OverridePassword key, which should look like the below.

<OverridePassword /> You will now need to remove the close and enter the password, similar to the below.

<OverridePassword>Password from the query</OverridePassword>

SSO setup with Cloudwork

  1. Login to your school's dashboard
  2. Navigate to Single Sign On>Add New Service>Synweb
  3. Enter Your Synergtic URL
  4. Click Submit

Community Portal

SSO Setup with Synergetic Community Portal

  1. On your computer, find your Binconfig folder, where the Community Portal is installed
  2. Run Synergetic.Application.CreateConfig.exe as an administrator and add the following values to specified fields

    1. AuthenticationMode = 14

    2. SAMLLoginBinding = POST

    3. SAMLLogoutBinding = REDIRECT

    4. SAMLLoginDestination = put in the Sign On Endpoint from your school's dashboard(This is found under Cloudwork Dashboard>Single Sign On>Identity Provider>Metadata Details>Sign On Endpointimage.png

  3. SAMLLogoutDestination = put in the Log Out Endpoint from your school's dashboard(This is found under Cloudwork Dashboard>Single Sign On>Identity Provider>Log out Endpoint)image.png
    1. SAMLLoginX509CertificatePath = ~\Site\Certificates\idp.crt
    2. SAMLSPISsuer = <<synergetic URL>>/login.aspx
    3. SAMLComparisonMode = minimum
    4. SAMLClaimAttributeName = NameID

SSO setup with Cloudwork

  1. Login to your school's Cloudwork dashboard
  2. Navigate to Single Sign On>Add New Service>Synergetic Community Portal
  3. Enter Your Synergtic URL
  4. Click Submit

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article