Configure Cisco WebEx as SAML Service Provider

Use the following SAML configuration for Cisco WebEx.

  1. Go to Dashboard > Applications > Applications and either create a new application or click the name of an application to update.

  2. Go to the Addons tab and enable the SAML2 Web App toggle.

  3. On the Settings tab, set the Application Callback URL. Note that Webex has an option to automatically provision new users. You will need to send that information as claims (lastname, and so on). If you integrate Auth0 with Cisco Spark services, read Single Sign-On with Cisco Spark Services.

    Dashboard Applications Applications Addons Tab SAML2 Web App Settings Tab
  4. Paste the following code into the Settings text box and click Debug.

    {
           "mappings": {
         "email": ["email", "uid", "Name_ID"]
           },
          "createUpnClaim":       false,
          "passthroughClaimsWithNoMapping": false,
          "mapUnknownClaimsAsIs": false,
          "mapIdentities":        false,
          "nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
          "nameIdentifierProbes": [
         "email",
           ]
        }

    Was this helpful?

    /

  5. Scroll to the bottom of the tab and click Enable.

  6. On the Usage tab, locate Identity Provider Metadata, and click Download to download the metadata file. You'll need this when you configure Auth0 as the identity provider in Cisco WebEx.

    Dashboard Applications Applications Addons Tab SAML2 Web App Usage Tab