Search found 6 matches
- Tue Apr 05, 2022 2:44 am
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
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 ...
- Mon Apr 04, 2022 11:53 pm
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
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 looking for an existing ...
- Mon Apr 04, 2022 7:27 pm
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
- Mon Apr 04, 2022 5:27 pm
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
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 ...
- Mon Apr 04, 2022 4:56 pm
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
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 the G I ...
- Mon Apr 04, 2022 2:00 pm
- Forum: Installation and configuration
- Topic: "sign in with google" possible?
- Replies: 11
- Views: 5989
"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 ...