mirror of https://github.com/apache/cloudstack.git
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. |
||
|---|---|---|
| .. | ||
| ldap | ||
| md5 | ||
| pbkdf2 | ||
| plain-text | ||
| saml2 | ||
| sha256salted | ||