Update single sign-on docs to include https capability
The new feature you created to allow single sign-on via HTTPS works great! Thanks for getting it in so quickly!
I was thinking you should update your docs (e.g. http://xxxx.userecho.com/settings/features/sso/) so that more people know about it.
You also may want to update the C# code example and mention that you need to UrlEncode the token that is returned (e.g. HttpUtility.UrlEncode(GetSsoToken(email,name)).