cloudstack/plugins/user-authenticators/saml2
Rohit Yadav 734bd70173 CLOUDSTACK-8037: URL encode cookie values with UTF8 as per version 1
As per Version 1 cookies, certain characters are now allowed such as space,
colons etc but they should be url encoded using UTF8 encoding. The frontend
has a cookie value unboxing method that removes any double quotes that are added.

As per the doc http://download.oracle.com/javase/6/docs/api/java/net/URLEncoder.html
values are application/x-www-form-urlencoded and as per
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4 whitespaces are encoded
as +, therefore '+' are replaced by %20 (whitespace).

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-12 14:02:36 +05:30
..
resources/META-INF/cloudstack/saml2 saml: Have the plugin use IDP metadata from URL, get values from Config 2014-08-28 19:45:24 +02:00
src/org/apache/cloudstack CLOUDSTACK-8037: URL encode cookie values with UTF8 as per version 1 2015-01-12 14:02:36 +05:30
test/org/apache/cloudstack CLOUDSTACK-8034: Hash user IDs for SAML authentication 2015-01-12 13:33:57 +05:30
pom.xml saml2: Fix plugin after refactoring 2014-08-28 19:45:23 +02:00