Google as the OpenID Provider
Before Creators can use the OpenID provider to log in, you must set up your OpenID provider account in order to obtain the OAuth 2.0 credentials: clientid, Client Secret, Realm; set a redirect URL (Return URL); and optionally, customize the branding information that creators will see on the user-consent screen.
The following steps provide an example of how to configure Google as OpenID provider:
- Set up a project in the Google API Console:
- Create an OAuth consent screen. On this screen, you can set up how you want to configure and register your App. Also, you can configure what data and permissions the users will share or grant to Qrvey when authenticating. In this case: email, name and last name.
- Name your application.
- Go to Credentials page to generate OAuth 2.0 Credentials. Select OAuth Client ID.
- Select the Application Type and give the client a Name. Add the Return URL as authorized redirect URI.
- Once the OAuth client is created you can view and copy the OAuth Credentials. Paste them into the Authentication Tab of User Management in Qrvey Admin Center. In the case of Google, the Realm URL is: https://accounts.google.com .
Once all parameters have been entered, click the Test and Save button.
See also: Managing Users of Qrvey Composer