Difference between revisions of "SynWeb"
Jump to navigation
Jump to search
Drobertson (talk | contribs) |
Drobertson (talk | contribs) |
||
Line 1: | Line 1: | ||
− | ==SSO Setup with | + | ==SSO Setup with SynWeb== |
# Log in to SQL Management Studio | # Log in to SQL Management Studio | ||
# Run this query | # Run this query | ||
#: SELECT SynergeticPassword FROM pvSynDatabases WHERE SynergeticUserName = 'zSynergetic_main_dbo' | #: SELECT SynergeticPassword FROM pvSynDatabases WHERE SynergeticUserName = 'zSynergetic_main_dbo' | ||
− | # On your computer, find your Binconfig folder, where the | + | # 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 | # Run Synergetic.Application.CreateConfig.exe as an administrator and add the following values to specified fields | ||
#:: AuthenticationMode = SAML | #:: AuthenticationMode = SAML |
Revision as of 22:37, 9 December 2019
SSO Setup with SynWeb
- 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 = put in the location for the AD FS token
- SAMLSPISsuer = put in the login url for your school's community portal
- SAMLComparisonMode = minimum
- SAMLClaimAttributeName = NameID
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 Email
- NameID Format = Select emailAddress
- Click Submit