Configuring Zenity / Generic SAML SSO

  1. Create a SAML Application with your desired identity provider
  2. Ensure the name and email attributes are configured as shown below
<saml:AttributeStatement> 
    <saml:Attribute Name="name">
        <saml:AttributeValue>Steve Shanko</saml:AttributeValue> 
    </saml:Attribute>
    <saml:Attribute Name="email">
        <saml:AttributeValue>stephens@zenity.io</saml:AttributeValue> 
    </saml:Attribute>
</saml:AttributeStatement>
  1. <account-name> should be replaced with your Zenity account name wherever it appears

  2. Ensure the Entity Id is set to

    • EU Hosting Region: urn:auth0:zenity-prod:<account-name>-generic-saml
    • US Hosting Region: urn:auth0:zenity-prod-us-1:<account-name>-generic-saml
  3. Ensure the Reply URL is set to

    • EU Hosting Region: https://zenity-prod.eu.auth0.com/login/callback?<account-name>-generic-saml
    • US Hosting Region: https://zenity-prod-us-1.us.auth0.com/login/callback?<account-name>-generic-saml
  4. Send the certificate and the Login URL to Zenity in a secured channel