Simple secure login and user management through your Google Workspace for WordPress (uses secure OAuth2, and MFA if enabled)
Login for Google Apps allows existing WordPress user accounts to login to your website using Google to securely authenticate their account. This means that if they are already logged into Gmail for example, they can simply click their way through the WordPress login screen – no username or password is explicitly required!
Login for Google Apps uses the latest secure OAuth2 authentication recommended by Google, including 2-factor Auth if enabled for your Google Workspace (formerly known as Google Apps and G Suite) accounts.
This is far simpler to configure than the older SAML protocol.
Login for Google Apps is trusted by thousands of organizations from schools to large public companies. Login for Google Apps for WordPress is the most popular enterprise grade plugin enabling login and user management based on your Google Workspace domain.
Its plugin setup requires you to have admin access to any Google Workspace domain, or a regular Gmail account, to register and obtain two simple codes from Google.
Full support and premium features are also available for purchase:
Eliminate the need for Google Workspace (previous called Google Apps and G Suite) domain admins to separately manage WordPress user accounts, and get peace of mind only authorized employees have access to your organizations’s websites and intranet.
See our website at wp-glogin.com for more details.
The Premium version allows everyone in your Google Workspace (Google Apps / G Suite) domain to login to WordPress – an account will be automatically created in WordPress if one doesn’t already exist.
Our Enterprise version goes further, allowing you to specify granular access and role controls based on Google Group or Organizational Unit membership.
You can also see logs of accounts created and roles changed by the plugin.
Login for Google Apps allows you to centralize your site’s Google functionality and build your own extensions, or use third-party extensions, which require no configuration themselves and share the same user authentication and permissions that users already allowed for Login for Google Apps itself.
Using our platform, your website appears to Google accounts as one unified ‘web application’, making it more secure and easier to manage.
Google Drive Embedder is an extension plugin allowing
users to browse for Google Drive documents to embed directly in their posts or pages.
Google Apps Directory is an extension plugin allowing
logged-in users to search your Google Apps employee directory from a widget on your intranet or client site.
Google Profile Avatars
is available on our website. It displays users’ Google profile photos in place of their avatars throughout your site.
Login for Google Apps works on single or multisite WordPress websites or private intranets.
One-click login will work for the following domains and user accounts:
Login for Google Apps uses the latest secure OAuth2 authentication recommended by Google. Other 3rd party authentication plugins may allow you to use your Google username and password to login, but they do not do this securely unless they also use OAuth2. This is discussed further in the FAQ.
This plugin currently operates in the following languages:
We welcome volunteers to translate into their own language. If you would like to contribute a translation, please click Translate under Contributors & Developers below.
Please see our website https://wp-glogin.com/ for more information about this free plugin and extra features available in our Premium and Enterprise upgrades, plus support details, other plugins, and useful guides for admins of WordPress sites and Google Apps.
The Premium and Enterprise versions eliminate the need to manage user accounts in your WordPress site – everything is synced from Google Apps instead.
If you are building your organization’s intranet on WordPress, try out our All-In-One Intranet plugin.
To set up the plugin, you will need access to a Google Workspace (formally Google Apps / G Suite) domain as an administrator, or just a regular Gmail account.
Easiest way:
If you cannot install from the WordPress plugins directory for any reason, and need to install from ZIP file:
googleappslogin
directory and contents to the /wp-content/plugins/
directory, or upload the ZIP file directly in the Plugins section of your WordPress adminPersonalized instructions to configure the plugin by registering your site with Google Apps are linked from
the WordPress admin panel once you have activated the plugin. For a (non-personalized) preview of these instructions please click here.
User will get different styles options for login with google button
User login screen can work as normal or via Google's authentication system
Login to Google account - only if not already logged in to Google within the browser
Admin obtains two simple codes from Google to set up - easy instructions to follow
Full support is available if you purchase the appropriate license from the author via: https://wp-glogin.com/glogin/
Please feel free to email [email protected] with any questions, as we may be able to help, but you may be required to purchase a support license if the problem is specific to your installation or requirements.
We may occasionally be able to respond to support queries posted on the ‘Support’ forum here on the wordpress.org plugin page, but we recommend sending us an email instead if possible.
No, once you set up the plugin, any WordPress accounts whose email address corresponds to any Google account, whether on a different Google Workspace domain or even a personal gmail.com account, will be able to use ‘Login with Google’ to easily connect to your WordPress site.
However, our premium plugin has features that greatly simplify your WordPress user management if your WordPress users are mostly on the same Google Workspace domain(s).
The plugin will work whether your site is configured for HTTP or HTTPS.
However, you may have configured your site to run so that the login pages can be accessed by either HTTP or HTTPS. In that case, you may run into problems.
We recommend that you set FORCE_SSL_ADMIN
to true. This will ensure that all users are consistently using HTTPS for login.
You may then need to ensure the Redirect URL and Web Origin in the Google Cloud Console are set as HTTPS (this will make sense if you follow the installation instructions again).
If for some reason you cannot set FORCE_SSL_ADMIN, then instead you can add two URLs to the Google Cloud Console for each entry, e.g. Redirect URL = http://wpexample.com/wp-login.php, and then add another one for https://wpexample.com/wp-login.php. Same idea for Web Origin.
It is written, tested, and secure for multisite WordPress, both for subdirectories and subdomains, and must be activated network-wide for security reasons.
There are many different possible configurations of multisite WordPress, however, so you must test carefully if you have any other plugins or special setup.
In a multisite setup, you will see an extra option in Settings -> Login for Google Apps, named ‘Use sub-site specific callback from Google’. Read details in the configuration instructions (linked from the Settings page). This setting will need to be ON if you are using any domain mapping plugin, and extra Redirect URIs will need to be registered in Google Cloud Console.
Yes, and depending on your setup, it can be much more secure than just using WordPress usernames and passwords.
However, the author does not accept liability or offer any guarantee, and it is your responsibility to ensure that your site is secure in the way you require.
In particular, other plugins may conflict with each other, and different WordPress versions and configurations may render your site insecure.
Sometimes conflicts can arise. We have built workarounds for some problems, and would always appreciate your feedback to resolve any issues you might encounter yourself.
One known issue is with iThemes Security: the settings ‘filter suspicious query strings’ and ‘filter long URL strings’ can both cause intermittent conflicts and should be turned off if you are happy with the implications.
My Private Site – Try setting the My Private Site option “Omit ?redirect_to= from URL (this option is recommended for Custom Login pages)”.
WP Email Login – incompatible with Login for Google Apps
Login for Google Apps uses the latest secure OAuth2 authentication recommended by Google. Other 3rd party authentication plugins may allow you to use your Google username and password to login, but they do not always do this securely:
Other plugins: Users’ passwords may be handled by your blog’s server, potentially unencrypted. If these are compromised, hackers would be able to gain access to your Google email accounts! This includes all
Google Workspace apps (Gmail, Drive, Calendar etc), and any other services which use your Google account to login.
This plugin: Users’ passwords are only ever submitted to Google itself, then Google is asked to authenticate the user to your WordPress site. This means Multi-factor Authentication can still be used (if set up on your Google account).
Your website only requires permission to authenticate the user and obtain basic profile data – it can never have access to your emails and other data.
And you will need a Google account to set up the plugin.
Updated: Plugin name.
Fixed: Admin escaping
Updated compatibility with the WordPress 5.7 release.
Login with the google button removed static images generated same button using HTML code and use google svg icon
Bug fixed for header already sent
Updated compatibility with the WordPress 5.6 release.
Added missing alt attribute in image tag.
Set httponly flag in cookie.
Added custom text support for login with google button.
Bug fixing for PHP Notice: Undefined index: approval_prompt.
Bug Fixing for PHP Deprecated: Array and string offset access syntax with curly braces is deprecated.
Bug fixing for Invalid parameter value for approval_prompt: ‘auto’.
Updated compatibility with the WordPress 5.4 release.
Added permission check functionality
Added Google Drive Embedder insufficient permission error fixes
Added Login With Google buttons branding
Updated compatibility with the WordPress 5.3.1 release
Added workaround for incompatibility with WPMU Defender plugin’s new 2FA feature.
Updated compatibility with the upcoming WordPress 4.9 release.
Internal changes to Google Client library. Essential for the latest versions of some extension plugins such as Google Drive Embedder.