imarc / craft-open-id-login
Allows for CP login with Google's OpenID.
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
- google/apiclient: ^2.7
Requires (Dev)
- codeception/codeception: ^4.2
- craftcms/rector: dev-main
- vlucas/phpdotenv: ^5.4
README
Allows for CP login with Google's OpenID.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require imarc/craft-open-id-login
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for OpenID Login.
OpenID Login Overview
A simple plugin that allows for creating/accessing accounts through Google Login.
Requires you to create a OAuth Client ID from Google Developers Console. Then paste the client Id into the
'Client Id' field under OpenId settings(/admin/settings/plugins/open-id-login
). Once you're ready flip the lightswitch for Enable Login
and users will be able to log in with their google accounts.
If you would like to only allow accounts from your organization make sure that your google application user type is set to Internal.
Settings
Brought to you by Imarc