Artifactory version 4.7.7
Configuring SAML with Google Apps as provider is not working.
The Login URL of SAML side which is configured in Artifactory side is in the following form
https://accounts.google.com/o/saml2/idp?idpid=AABBCC112233
When trying to login to Artifactory, getting the following error
Error 400: Invalid Request, no idpId in request URL, check if SSO URL is configured properly on SP side.
The generated URL of the saml request is in the following format
https://accounts.google.com/o/saml2/idp?idpid=AABBCC112233?SAMLRequest=nZExT8MwEIX%2FSuQ...
When replacing the second '?' with '&' it is working
https://accounts.google.com/o/saml2/idp?idpid=AABBCC112233&SAMLRequest=nZExT8MwEIX%2FSuQ...
And you are able to login to Artifactory