Search Results :

×

Drupal OAuth Server installation steps


2. Install Drupal OAuth Server module

    2.1. Using Composer:

    • Composer require drupal/oauth_server_sso
    • Go to Extend menu on your Drupal admin console and enable the module by checking the checkbox and click on install button.
    • Configure the module at
      {BaseURL}/admin/config/people/oauth_server_sso/config_client

    2.2. Using Drush:

    • Download the module:
      drush dl oauth_server_sso
    • Install the module:
      drush en oauth_server_sso
    • Clear the cache:
       drush cr
    • Configure the module at
      {BaseURL}/admin/config/people/oauth_server_sso/config_client

    2.3. Manual installation:

    • Navigate to Extend menu on your Drupal admin console and click on Install new module.
    • Install the Drupal OAuth Server module either by downloading the zip or from the URL of the package (tar/zip).
    • Click on Enable newly added modules.
    • Enable this module by checking the checkbox and click on install button.
    • Configure the module at
      {BaseURL}/admin/config/people/oauth_server_sso/config_client
Hello there!

Need Help? We are right here!

support