I am using itfoxtec-identity-saml2 library to integrate with Google Suite SSO and the library is NOT generating/calling the Saml Request Url correct:
https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXX?SAMLRequest=XXXXXXX
I think the correct should be:
https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXX&SAMLRequest=XXXXXXX
This is the Google Suite Single Sign-On Url passed to the library:
https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXX
There is any library config/parameter that I can set to fix the issue? Please advice. Thanks