Search found 6 matches

by turbo2ltr
Tue Apr 05, 2022 2:44 am
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

Re: "sign in with google" possible?

Ok I got it working. I duplicated the GoogleAuth plugin so I could make my own variant. My variant will validate the Google Workspace domain as we only want people with valid workspace account under our domain to access. And it creates a new forma account if one doesn't exist for the user logging in...
by turbo2ltr
Mon Apr 04, 2022 11:53 pm
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

Re: "sign in with google" possible?

Not sure if it's a bug or a configuration issue. I can say that this line in the googleauth plugin returns false even though $user_info['id'] is set to an ID. $user = \DoceboUser::createDoceboUserFromField("google_id", $user_info['id'], "public_area"); This fails because it's loo...
by turbo2ltr
Mon Apr 04, 2022 7:27 pm
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

Re: "sign in with google" possible?

alfa24 wrote: Mon Apr 04, 2022 6:39 pm Are you able to login if a user exists with the same email or username as Google account?
Nope, same screen comes up with the email address of the google account as both username and email in forma.
by turbo2ltr
Mon Apr 04, 2022 5:27 pm
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

Re: "sign in with google" possible?

Double check you configuration plugin page. What am I looking for? There's only two fields, OAuth key/secret, which I filled out. No other config or instructions. The OAuth part seems to be working. It redirects to google to sign in, and redirects back to formalms after I provide my google credenti...
by turbo2ltr
Mon Apr 04, 2022 4:56 pm
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

Re: "sign in with google" possible?

Hmm I went to the plugin page on the website looking for something like this but it's not listed there at all. Are there any instructions listed anywhere? I mean I know how to create the OAuth credentials and I did so. But all I get is a "social login" section on the login page. If I click...
by turbo2ltr
Mon Apr 04, 2022 2:00 pm
Forum: Installation and configuration
Topic: "sign in with google" possible?
Replies: 11
Views: 3292

"sign in with google" possible?

Is it possible to use Sign in with Google? I manage a Google Workspace for Non-Profit account with 500+ members that I want to be able to authenticate formalms with. I looked into the SSO and I don't see any way to use that with my Workspace account. I don't see anywhere in the SSO/SAML setup in Wor...