How to install OAuth OIDC SSO module?
Last updated on
9 June 2023
Installation of miniOrange Drupal OAuth Login module:
Using Composer:
- For Window:
composer require drupal/oauth_login_oauth2 - For Linux:
composer require 'drupal/oauth_login_oauth2' - Navigate to Extend menu on your Drupal admin console and search for miniOrange OAuth/OIDC Login using the search box.
- Enable the module by selecting the checkbox and clicking on the Install button.
- Configure the module at
{BaseURL}/admin/config/people/oauth_login_oauth2/config_clc
Using Drush:
- Download the module:
composer require drupal/oauth_login_oauth2 - Enable the module:
drush en oauth_login_oauth2 - Clear the cache:
drush cr - Configure the module at
{BaseURL}/admin/config/people/oauth_login_oauth2/config_clc
Manual installation:
- Go to Extend menu on your Drupal admin console and click on Install new module.
- Install the Drupal OAuth & OIDC Login - OAuth2 Client SSO module either by downloading the zip or from the URL of the package (tar/zip).
- Click on Enable newly added modules and search for miniOrange OAuth/OIDC Login using the search box.
- Enable this module by enabling the checkbox and clicking on the Install button.
- Configure the module at
{BaseURL}/admin/config/people/oauth_login_oauth2/config_clc
You have successfully installed and enabled the module on your Drupal site.
Support:
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion