---
title: "SSO with any SAML App"
description: "You probably noticed that we are adding apps at a very fast pace. This past week we added SpringCM and EchoSign."
authors:
  - name: "Eugenio Pace"
    url: "https://auth0.com/blog/authors/eugenio-pace/"
date: "Jul 17, 2013"
category: "Identity & Security,Identity,SSO"
tags: ["announcements"]
url: "https://auth0.com/blog/SSO-with-any-saml-app/"
---

# SSO with any SAML App




You probably noticed that we are adding apps at a very fast pace. This past week we added [SpringCM](http://www.springcm.com) and [EchoSign](http://www.echosign.com). And we have a few more in the pipeline, as customers request them. There's no magic here, and we are a small team. So, how we do it? The secret is that it really takes very little effort. Auth0 ships with a generic __SAML App__ that is completely configurable:

![](https://images.ctfassets.net/23aumh6u8s0i/5gryzbD9bCDQz8nMENZoz4/07006ec99cc55807d25b3928e9f9b22c/saml2-config)

Supported apps like Box, Dropbox, Zendesk, Salesforce, SpringCM, EchoSign, etc. are just _templates_ to simplify and streamline configuration. But they are not strictly needed.

###Any app that supports __SAML__ is automagically supported by Auth0.

The integrations that have taken longer to publish, are with those companies that have chosen not to offer a self-service experience, and require us to call their support and enable/setup the feature for us. Human intervention adds a lot of latency in the process.

> Special kudos to [SpringCM](http://www.springcm.com) and [EchoSign](http://www.echosign.com) for a fantastic onboarding experience and great support.

<!-- more -->

##Setup

Configuring a SAML aware app is usually a matter of tweaking a few parameters. We've chosen to surface these as a Json object that you can edit online:

![](https://images.ctfassets.net/23aumh6u8s0i/2RR5VG7cYH4AR0JFBuSAPL/c66d0885a484e42bc7491fe0f1782aca/saml2-config-param)

We've even included an online __SAML debugger__ that shows exactly the `SAMLResponse` (encoded and decoded) that we generate. One step forward in simplifying troubleshooting of integrations. When you click on __Debug__, we will initiate the authentication process to whatever identity providers you have configured. After successful authentication we will return and display the result:

![](https://images.ctfassets.net/23aumh6u8s0i/3a2JzhvpM5xyp9WlyNzUAK/1e05595a27b1d83921100077844ee4fb/saml-debugger)

You can easily look for attributes, mappings, signatures and other SAML artifacts to quickly identify mis-configurations.

So, if you don't see the app you need on our list, fear not! Use this feature or let us know:
[open a support ticket](https://support.auth0.com)

[Try Auth0 yourself!](https://auth0.com)

[Want to learn more about Single Sign-On? Get The Definitive Guide on SSO (74-page free eBook) here.](https://resources.auth0.com/definitive-guide-to-single-sign-on/?utm_source=blog)
