How can I configure my vault to auth using my google accounts / emails?

Hello, I am using vault V1.12.2 and I followed the Google Cloud - Auth Methods | Vault | HashiCorp Developer but I still cannot login at my vault using my company emails accounts hosted by google.

Is it possible?

Thanks!

Hello. Can anyone help me?

The very document that you yourself linked to, says it is not the correct one to allow humans to log in:

This backend allows for authentication of:

Google Cloud IAM service accounts
Google Compute Engine (GCE) instances

This backend focuses on identities specific to Google Cloud and does not support authenticating arbitrary Google or Google Workspace users or generic OAuth against Google.

You want the OIDC auth method for that.

Thanks @maxb , I got it working.