Genesys Engage on-premises

 View Only

Discussion Thread View

Speechminer - Single Sign On support?

  • 1.  Speechminer - Single Sign On support?

    Posted 02-28-2020 05:07
    Hi,

    I would like to know if Speechminer supports Single Sign On feature (SAML 2.0).
    As this is not mentioned in the documentation or release notes, i looked into the Speechminer web app configuration.
    I found some settings in web.xml reated to SAML configuration. So, the web app looks to be ready for SSO integration but configuration documentation is not provided. If this is not yet implemented, is it scheduled in the roadmap of the product?
     
    <configuration>
         <configSections>
               ....
               <section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" allowDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="false" />
               <section name="Federation" type="dk.nita.saml20.config.ConfigurationReader, dk.nita.saml20" />
               <section name="SAML20Federation" type="dk.nita.saml20.config.ConfigurationReader, dk.nita.saml20" />
           </configSections>
    ...
         <Federation xmlns="urn:dk.nita.saml20.configuration">
                   <SigningCertificate findValue="{Certificate Subject Details}" storeLocation="LocalMachine" storeName="My" x509FindType="FindBySubjectDistinguishedName" />
                       <!-- The list of allowed audiences must at least contain the id of the service provider. -->
                    <AllowedAudienceUris>
                             <Audience>http://machinename/speechminer</Audience>
                      </AllowedAudienceUris>
         </Federation>
          <SAML20Federation xmlns="urn:dk.nita.saml20.configuration">
                   <ShowError>true</ShowError>
                   <!-- may not be set to TRUE in production -->
                     <ServiceProvider id="http://machinename/speechminer" server="http://machinename">
                              <ServiceEndpoint localpath="/speechminer/login.ashx" type="signon" redirectUrl="/speechminer/Default.aspx" index="0" />
                              <ServiceEndpoint localpath="/speechminer/logout.ashx" type="logout" redirectUrl="/speechminer/Default.aspx" index="1" />
                              <ServiceEndpoint localpath="/speechminer/metadata.ashx" type="metadata" />
                               <md:ContactPerson contactType="administrative" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata">
                               <md:Company>Genesys</md:Company>
                                     <md:GivenName>GivenName</md:GivenName>
                                     <md:SurName>SurName</md:SurName>
                                     <md:EmailAddress>Genesys@genesys.com</md:EmailAddress>
                                     <md:TelephoneNumber>12345678</md:TelephoneNumber>
                                </md:ContactPerson>
                         </ServiceProvider>
    ....
    </SAML20Federation>

    Regards,


    #ArchitectureandDesign
    #Integrations
    #Security

    ------------------------------
    Hassen Lamini
    Orange Business Services S.A.
    ------------------------------


Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources