cloudstack/plugins/user-authenticators
Luis Moreira c6b611433b
saml: Fix SAML SSO plugin redirect URL (#6457)
This PR fixes the issue #6427 -> SAML request must be appended to an IdP URL as a query param with an ampersand, if the URL already contains a question mark, as opposed to always assume that IdP URLs don't have any query params.
Google's IdP URL for instance looks like this: https://accounts.google.com/o/saml2/idp?idpid=<ID>, therefore the expected redirect URL would be https://accounts.google.com/o/saml2/idp?idpid=<ID>&SAMLRequest=<SAMLRequest>

This code change is backwards compatible with the current behaviour.
2022-07-06 09:28:37 +05:30
..
ldap Fix spelling (#6272) 2022-07-05 09:08:53 +02:00
md5 Updating pom.xml version numbers for release 4.17.1.0-SNAPSHOT 2022-06-06 12:19:44 -03:00
pbkdf2 Updating pom.xml version numbers for release 4.17.1.0-SNAPSHOT 2022-06-06 12:19:44 -03:00
plain-text Updating pom.xml version numbers for release 4.17.1.0-SNAPSHOT 2022-06-06 12:19:44 -03:00
saml2 saml: Fix SAML SSO plugin redirect URL (#6457) 2022-07-06 09:28:37 +05:30
sha256salted Updating pom.xml version numbers for release 4.17.1.0-SNAPSHOT 2022-06-06 12:19:44 -03:00