Difference between revisions of "SynWeb"
Jump to navigation
Jump to search
Drobertson (talk | contribs) |
Drobertson (talk | contribs) m (Reverted edits by Drobertson (talk) to last revision by Dlim) Tag: Rollback |
||
Line 12: | Line 12: | ||
#:: AuthenticationMode = SAML | #:: AuthenticationMode = SAML | ||
#:: OverrideUserName = zSynergetic_main_dbo | #:: OverrideUserName = zSynergetic_main_dbo | ||
− | |||
#:: SAMLLoginBinding = POST | #:: SAMLLoginBinding = POST | ||
#:: SAMLLogoutBinding = REDIRECT | #:: SAMLLogoutBinding = REDIRECT | ||
Line 22: | Line 21: | ||
#:: SAMLClaimAttributeName = NameID | #:: 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> | ||
Revision as of 05:16, 15 July 2020
SSO Setup with SynWeb
- Login to your school's cloudwork dashboard
- Navigate to Single Sign On
- Navigate to Identity provider
- Download the certificate on that page.
- Copy that certificate onto the Synergetic machine under <synweb>/Site/Certificates/idp.crt NB you may need to create this folder
- Log in to SQL Management Studio
- Run this query
- SELECT SynergeticPassword FROM pvSynDatabases WHERE SynergeticUserName = 'zSynergetic_main_dbo'
- On your computer, find your Binconfig folder, where the SynWeb is installed
- Run Synergetic.Application.CreateConfig.exe as an administrator and add the following values to specified fields
- AuthenticationMode = SAML
- OverrideUserName = zSynergetic_main_dbo
- SAMLLoginBinding = POST
- SAMLLogoutBinding = REDIRECT
- SAMLLoginDestination = put in the Sign On Endpoint from your school's dashboard
- SAMLLogoutDestination = put in the Log Out Endpoint from your school's dashboard
- SAMLLoginX509CertificatePath = ~\Site\Certificates\idp.crt
- SAMLSPISsuer = <<synergetic URL>>/login.aspx
- SAMLComparisonMode = minimum
- 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
- Login to your school's dashboard
- Navigate to Single Sign On
- Add new service
- Fill out the blanks
- Name = name given to service
- Entity ID = <<synergetic URL>>/login.aspx
- Assertion Consumer Service = <<synergetic URL>>/login.aspx
- NameID = Select User Name
- NameID Format = Select emailAddress
- Click Submit