@jpastorek This is how I understand the Canvas SSO methods -- I invite others to chime in if they have other insights. For more resources, see the resources linked below for documentation and some extra help. Also, this is pretty long, so apologies for the small essay.
Basically, Canvas supports two types of SSO -- Identity Provider (IdP) and Service Provider SSO.
IdP SSO allows someone to log into a common Identity Provider (like Active Directory, Google, or ClassLink/Clever) and then click on a button or link to log into Canvas. My institution's SSO is set up this way. The link that's given (usually /login/saml/XXX) is the one that will trigger the login process and is usually linked somewhere like on a dashboard or a webpage.
Service Provider SSO allows someone to go to the Canvas login page, click on the Google (or other service) button, then let Google handle the connection to the identity provider. (Most online services have Service Provider SSO, if you see a "Sign in with Google" button, that's Service Provider SSO). This is good if you have people go to the main login (/login/canvas) and then have people click on Google to start logging in instead of having to type in their username and password.
Which one you choose depends on how you have your systems setup and how your IT admins want users to login. We don't use Service Provider SSO for Canvas, because while we have the /login/canvas endpoint for logging in, that is only for admins; we require our staff and students to go through the IdP to login, since our user accounts in Canvas do not have passwords. The IdP handles authentication. We also have two IdP for backup (if one of the IdP methods is offline or has an issue we can log in with the other and still get to Canvas).
In your particular case with the inability to login, you're probably not be able to log in because in Canvas, you need to have whatever authentication method you have set up send something that matches a login on the user page (otherwise, Canvas can't find the user that needs to log in!) You may need to flip the login attribute to another option.
For Google IdP we have it set up to match against the user's email. To add a login to a user page, see these instructions (but you don't need to setup a password).
Resources:
Google SAML setup (Canvas Documentation)
Canvas LMS cloud app (Google Documentation)
IdP vs Service Provider SSO overview