Google SSO with Zitadel (v2.46.0)
Hello there,
I have self hosted Zitadel (v2.46.0), and I want to use Google SSO for login via Zitadel, and for the newly created users I dont want them to create a password and instead directly use Google to login via Zitadel.
I followed the documentation below, and it led to nowhere, I keep getting this error after user is created. Also is there no way for me to create a user without their passoword and wihtout having to use requestPasswordlessRegistration as true?
https://zitadel.com/docs/apis/resources/mgmt/management-service-import-human-user
https://zitadel.com/docs/guides/integrate/identity-providers/google
#googlesso #ZITADEL(v2.46.0) #usercreationv1 api
ZITADEL Docs
Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.
ZITADEL Docs
Open the Google Identity Provider Template


1 Reply
Also I want to use the OIDC flow instead of the SAML flow.