Search Results :

×

Configure Google Classroom Single Sign-On (SSO) with OAuth for WordPress

Google Classroom SSO using the OAuth & OpenID Connect Single Sign-On (SSO) plugin for WordPress enables login into your WordPress site using Google Classroom credentials and other custom and standard providers. It supports advanced Single Sign-On (SSO) features like user profile attribute mapping, role mapping etc. To know more about Google Classroom integration for WordPress and other features we provide in the OAuth Single Sign-On (OAuth / OpenID Connect Client) plugin for WordPress, you can click here.

  • Log into your WordPress instance as an admin.
  • Go to the WordPress Dashboard -> Plugins and click on Add New.
  • Search for a OAuth Single Sign On (SSO) Plugin for WordPress and click on Install Now.
  • Once installed click on Activate.

We provide Single Sign-On (SSO) for WordPress with multiple education providers, you can find some popular providers below

Clever

ClassLink

Canvas

Can't find your Educational Provider? Click here to learn more

Configure Google Classroom SSO (Single Sign-On) - Select New Project

  • You can click on the New project button to create new project.
Configure Google Classroom SSO (Single Sign-On) - Create New Project

  • Enter your Project name under the Project Name field and click on Create.
Configure Google Classroom SSO (Single Sign-On) - Enter Project Name

  • Go to Navigation Menu APIs Services Credentials.
Configure Google Classroom SSO (Single Sign-On) - Go to Credentials

  • Click on Create Credentials button and then select OAuth Client ID from the options provided.
Configure Google Classroom SSO (Single Sign-On) - OAuth Client ID

  • In case you are facing some warning saying that in order to create an OAuth Client ID, you must set a product name on consent screen (as shown in below image). Click on the Configure consent screen button.
Configure Google Classroom SSO (Single Sign-On) - Configure Consent Screen

  • Enter the required details such as App Name, User Support Email, and click on Save and Continue button.
Configure Google Classroom SSO (Single Sign-On) - Enter App Information

Configure Google Classroom SSO (Single Sign-On) - Save Settings

  • Now for configuring scopes, click on Add or Remove the Scopes button.
Configure Google Classroom SSO (Single Sign-On) - Add or Remove Scope

  • Now, select the Scopes to allow your project to access specific types of private user data from their Google Account and click on Save and Continue button.
Configure Google Classroom SSO (Single Sign-On) - Update Scope

  • Go to the Credentials tab and click on Create Credentials button. Select Web Application from the dropdown list to create a new application.
Configure Google Classroom SSO (Single Sign-On) - Select Web Application

  • Enter the name you want for your Client ID under the name field and enter the Redirect/Callback URI from the miniOrange OAuth Client plugin/module under the Authorized redirect URIs field and click on Create button.
Configure Google Classroom SSO (Single Sign-On) - Create OAuth Client ID

  • You will see a popup with the Client ID and Client Secret. Copy your Client ID and Client Secret and save it on your miniOrange OAuth Client plugin Configuration.
Configure Google Classroom SSO (Single Sign-On) - Client ID and Client Secret

  • You have successfully completed your Google App OAuth Server side configurations.

Google Classroom is now successfully configured as OAuth Provider for achieving Google Classroom SSO login into your WordPress Site.


  • Go to Configure OAuth tab and click Add New Application to add a new client application into your website.
Google Single Sign-On (SSO) OAuth - Add New Application

  • Choose your Application from the list of OAuth / OpenID Connect Providers, here Google.
Google Single Sign-On (SSO) OAuth - Select Application

  • Copy the Callback URL to be used in OAuth Provider Configuration. Click Next.
Google Single Sign-On (SSO) OAuth - Callback URL

  • You need to enter the App name and Endpoints here, for that please refer the below table and click on Next.
  • Authorize Endpoint: https://accounts.google.com/o/oauth2/auth
    Access Token Endpoint: https://www.googleapis.com/oauth2/v4/token
    Get User Info Endpoint: https://www.googleapis.com/oauth2/v1/userinfo
Google Single Sign-On (SSO) OAuth - Add App Name and Endpoints

  • Enter the client credentials like Client ID & Client Secret as shown in the setup dialogue box. Enter the scope values as email openid profile. Click Next.
Google Single Sign-On (SSO) OAuth - Client ID and Client Secret

  • Click on Finish to save the configuration.
Google Single Sign-On (SSO) OAuth - Finish Configuration

You have successfully configured WordPress as OAuth Client for achieving user authentication with Google Classroom SSO (Single Sign-On) login into your WordPress Site.

  • Go to Configure OAuth tab and search your application name to add a new client application into your website, here Google.
Google Single Sign-On (SSO) OAuth - Add New Application

  • Insert your Google domain here and configure Client ID and Client Secret received from Google's configuration and click Save Settings.
Google Single Sign-On (SSO) OAuth - Add Domain

  • Choose your Grant Type from the list of options & Click on Save Settings to save the configuration.
Google Single Sign-On (SSO) OAuth - Add Grant Type

You have successfully configured WordPress as OAuth Client for achieving user authentication with Google Single Sign-On (SSO) login into your WordPress Site.

  • User Attribute Mapping is mandatory for enabling users to successfully login into WordPress. We will be setting up user profile attributes for WordPress using below settings.

Finding user attributes:

  • Go to Configure OAuth tab. Scroll down and click on Test Configuration.
Configure Google Classroom SSO (Single Sign-On) - Test Configuration

  • You will see all the values returned by your OAuth Provider to WordPress in a table. If you don't see value for First Name, Last Name, Email or Username, make the required settings in your OAuth Provider to return this information.
Configure Google Classroom SSO (Single Sign-On) - Test Configuration Result

  • Once you see all the values in Test Configuration, go to Attribute / Role Mapping tab, you will get the list of attributes in the dropdowns.
Configure Google Classroom SSO (Single Sign-On) - Attribute / Role Mapping


  • Click on "Test Configuration" and you will get the list of Attribute Names and Attribute Values that are sent by your OAuth provider.
  • From the Test Configuration window, map the Attribute Names in the Attribute Mapping section of the plugin. Refer to the screenshot for more details.
Configure Google Classroom SSO (Single Sign-On) - Attribute Mapping

  • Enable Role Mapping: To enable Role Mapping, you need to map Group Name Attribute. Select the attribute name from the list of attributes which returns the roles from your provider application.
    Eg: Role
Configure Google Classroom SSO (Single Sign-On) - Role Mapping

  • Assign WordPress role to the Provider role: Based on your provider application, you can allocate the WordPress role to your provider roles. It can be a student, teacher, administrator or any other role depending on your application. Add the provider roles under Group Attribute Value and assign the required WordPress role in front of it under WordPress Role.

    For example, in the below image, Teacher has been assigned the role of Administrator & Student is assigned the role of Subscriber.
Configure Google Classroom SSO (Single Sign-On) - Role Mapping WordPress Roles

  • Once you save the mapping, the provider role will be assigned the WordPress administrator role after SSO.
    Example: As per the given example, Users with role 'teacher' will be added as Administrator in WordPress and 'student' will be added as Subscriber.

  • The settings in the Single Sign-On (SSO) Settings tab define the user experience for Single Sign-On (SSO). To add a Okta login widget on your WordPress page, you need to follow the below steps.
  • Go to WordPress Left Panel > Appearances > Widgets.
  • Select miniOrange OAuth. Drag and drop to your favourite location and save.
Configure Google Classroom SSO (Single Sign-On) - WordPress Login Button Setting

  • Go to WordPress Left Panel > Appearances > Widgets.
  • Select miniOrange OAuth. Drag and drop to your favourite location and save.
Configure Google Classroom SSO (Single Sign-On) - WordPress Login Button Setting

  • Open your WordPress page and you can see the Google Classroom SSO login button there. You can test the Google Classroom Single Sign-On (SSO) now.
  • Make sure the "Show on login page" option is enabled for your application. (Refer to the below image)
Configure Google Classroom SSO (Single Sign-On) - Show On Login Page Option

  • Now, go to your WordPress Login page. (Eg. https://< your-wordpress-domain >/wp-login.php)
  • You will see an Google Classroom SSO login button there. Once you click the login button, you will be able to test the Google Classroom Single Sign-On (SSO).
Configure Google Classroom SSO (Single Sign-On) - Login Button


In this Guide, you have successfully configured Google Classroom Single Sign-On (SSO) by configuring Google Classroom as OAuth Provider and WordPress as OAuth Client using our OAuth Single Sign-On (OAuth & OpenID Connect Client) plugin for WordPress. This solution ensures that you are ready to roll out secure access to your WordPress site using Google Classroom login credentials within minutes.



 Thank you for your response. We will get back to you soon.

Something went wrong. Please submit your query again

We'll Reach Out to You at the Earliest!


ADFS_sso ×
Hello there!

Need Help? We are right here!

support